0.1.14 • Published 1 year ago

dl-smart-form v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

dl-smart-form

dl-smart-form是基于 vue 与 element-UI 设计的自定义表单。文档查看

npm 安装

推荐使用 npm 的方式安装,它能更好地和 webpack 打包工具配合使用。

npm i dl-smart-form -S

完整引入

在 main.js 中写入以下内容:

import Vue from 'vue';
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import App from './App.vue';

import {
  createrInstaller,
  reporterInstaller,
  showerInstaller
} from 'dl-smart-form';

Vue.use(Element)
Vue.use(createrInstaller)
Vue.use(reporterInstaller)
Vue.use(showerInstaller)

new Vue({
  router,
  render: h => h(App)
}).$mount('#app')

verison

版本描述日期
0.1.14内部字段控件移动端兼容2023.03.22
0.1.13添加右击新增插入字段功能2023.02.01
0.1.12关联规则选项操作bug修复2022.11.17
0.1.11表单样式优化2022.10.08
0.1.10右击菜单项bug修复2022.09.29
0.1.9修改开关关联规则2022.09.28
0.1.8关联规则文档整理编写2022.09.28
0.1.7梳理优化代码和文档,添加明细字表控件2022.09.27
0.1.6优化关联规则2022.09.19
0.1.5优化开关关联规则,表单布局样式优化2022.09.01
0.1.4增加字段 Key 属性配置功能、优化移动端布局数据、新增 空白行 布局字段2022.08.31
0.1.2初始beta版本2022.08.26
0.1.14

1 year ago

0.1.12

1 year ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago