Skip to content

Commit

Permalink
feat: 升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchengwei committed Apr 19, 2022
1 parent fc3111f commit 6d3dbf7
Show file tree
Hide file tree
Showing 5 changed files with 10,667 additions and 37 deletions.
8 changes: 2 additions & 6 deletions example/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import element from 'element-plus'
import App from './App.vue'
import DesignForm from '../src'
import 'ant-design-vue/dist/antd.css'
import 'element-plus/lib/theme-chalk/index.css'
import 'element-plus/dist/index.css'

createApp(App)
.use(antd)
.use(element)
.use(DesignForm)
.mount('#app')
createApp(App).use(antd).use(element).use(DesignForm).mount('#app')
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-form-create",
"description": "一个基于Vue3.0 + TS 的表单设计器",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/formCreate.umd.min.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/fuchengwei/vue-form-create",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"ace-builds": "^1.4.12",
"ant-design-vue": "^2.1.0",
"ant-design-vue": "^3.2.0",
"core-js": "^3.6.5",
"element-plus": "^1.0.2-beta.39",
"element-plus": "^2.1.10",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
"vue": "^3.0.11",
Expand Down
Loading

0 comments on commit 6d3dbf7

Please sign in to comment.