
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
本项目是一款基于 Avue 的表单设计器,拖拽式操作让你快速构建一个表单。 在线预览
element-ui 2.12.0+
$ npm i element-ui
@smallwei/avue 2.2.0+
$ npm i @smallwei/avue
或自行引入cdn
$ npm i avue-form-design
或
$ yarn add avue-form-design
$ yarn
$ yarn serve
import AvueFormDesign from 'avue-form-design'
Vue.use(AvueFormDesign)
<avue-form-design :options="options"
:aside-left-width="270"
:aside-right-width="380"
storage
@submit="handleSubmit"><avue-from-design>
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| options | 字段配置 | Object | { column: [] } |
| storage | 开启本地存储功能,防止浏览器刷新丢失json | Boolean | false |
| asideLeftWidth | 左工具栏宽度 | String/Number | '270px' |
| asideRightWidth | 右工具栏宽度 | String/Number | '380px' |
| 属性 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| column | Avue字段 | Array | - | [] |
| labelPosition | 字段位置 | String | 'left'/'center'/'right' | 'left' |
| labelWidth | 字段宽度 | Number | - | 120 |
| gutter | 字段间隔 | Number | - | 0 |
| menuBtn | 表单按钮 | Boolean | true/false | false |
| menuPosition | 表单按钮位置 | String | 'left'/'center'/'right' | 'center' |
| submitBtn | 显示提交按钮 | Boolean | true/false | false |
| submitSize | 提交按钮大小 | String | 'medium'/'small'/'mini' | 'medium' |
| submitText | 提交按钮文本 | String | - | '提交' |
| emptyBtn | 显示清空按钮 | Boolean | true/false | false |
| emptySize | 清空按钮大小 | String | 'medium'/'small'/'mini' | 'medium' |
| emptyText | 清空按钮文本 | String | - | '清空' |
| 名称 | 说明 | 回调参数 |
|---|---|---|
| submit | 生成json回调 | 当前配置的json |
import AvueUeditor from 'avue-plugin-ueditor'
Vue.use(AvueUeditor)
import AvueMap from 'avue-plugin-map'
Vue.use(AvueMap)
$ yarn lib
$ yarn build
如果你觉得本项目帮助到你的话,可以给作者买杯咖啡。

FAQs
本项目是一款基于 Avue 的表单设计器,拖拽式操作让你快速构建一个表单。 [在线预览](http://112.74.43.150/)
We found that pigx 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.