
Security News
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.
xps-generate-form
Advanced tools
适用于uniapp, 该插件将xps-formmaking动态生成的json在uniapp中动态解析出来,大部分功能已处理,部分属性、细节还可以按需进行扩展优化. 依赖于uview-ui,请自行安装
$ npm install xps-generate-form --save
<template>
<view class="index">
<xps-generate-form ref="xps-generate-form" :data="myJson" />
<button @tap="submit">提交一下</button>
</view>
</template>
import { XpsGenerateForm, testJson } from "xps-generate-form";
export default {
data() {
return {
myJson: {},
};
},
components: { XpsGenerateForm },
onLoad() {
setTimeout(() => {
this.myJson = testJson;
}, 100);
},
methods: {
submit() {
this.$refs["xps-generate-form"].getData().then((data) => {
console.log(data);
});
},
},
};
import Vue from "vue"
import Vuex from 'vuex'
import validate from './modules/validate.js'
Vue.use(Vuex)
export default new Vuex.Store({
modules: {
validate
}
})
export default {
namespaced: true,
state: {
status: false
},
mutations: {
UPDATE_STATUS(state, status) {
state.status = status
}
}
}
FAQs
基于web端xps-formmaking生成的json在uniapp中动态解析
We found that xps-generate-form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.