diff --git a/README.md b/README.md index c7af726..206cd53 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [在线Demo](http://120.92.142.115:81/vform3/) ### 立即体验VForm 3 Pro高级版(提供商业支持) - [VForm 3 Pro Demo](http://120.92.142.115:81/vform3pro/) + [VForm 3 Pro Demo](https://vform666.com/pages/pro/) ### 适合Vue 2的版本看这里 [点此查看](https://gitee.com/vdpadmin/variant-form) diff --git a/install-render.js b/install-render.js index 3b75670..8ca25a1 100644 --- a/install-render.js +++ b/install-render.js @@ -4,7 +4,6 @@ import VFormRender from '@/components/form-render/index.vue' import ContainerItems from '@/components/form-render/container-item/index' import {registerIcon} from '@/utils/el-icons' -import SvgIcon from '@/components/svg-icon' //svg组件 import 'virtual:svg-icons-register' import '@/iconfont/iconfont.css' @@ -17,7 +16,6 @@ VFormRender.install = function (app) { app.use(ContainerItems) registerIcon(app) - app.component('svg-icon', SvgIcon) app.component(VFormRender.name, VFormRender) } @@ -31,7 +29,6 @@ const install = (app) => { app.use(ContainerItems) registerIcon(app) - app.component('svg-icon', SvgIcon) components.forEach(component => { app.component(component.name, component) }) diff --git a/install.js b/install.js index f2b7758..49d2bfc 100644 --- a/install.js +++ b/install.js @@ -5,7 +5,6 @@ import VFormRender from '@/components/form-render/index.vue' import Draggable from '@/../lib/vuedraggable/dist/vuedraggable.umd.js' import {registerIcon} from '@/utils/el-icons' -import SvgIcon from '@/components/svg-icon' //svg组件 import 'virtual:svg-icons-register' import '@/iconfont/iconfont.css' @@ -27,7 +26,6 @@ VFormDesigner.install = function (app) { registerIcon(app) app.component('draggable', Draggable) - app.component('svg-icon', SvgIcon) app.component(VFormDesigner.name, VFormDesigner) } @@ -38,7 +36,6 @@ VFormRender.install = function (app) { app.use(ContainerItems) registerIcon(app) - app.component('svg-icon', SvgIcon) app.component(VFormRender.name, VFormRender) } @@ -57,7 +54,6 @@ const install = (app) => { registerIcon(app) app.component('draggable', Draggable) - app.component('svg-icon', SvgIcon) components.forEach(component => { app.component(component.name, component) diff --git a/src/components/form-designer/form-widget/container-widget/container-wrapper.vue b/src/components/form-designer/form-widget/container-widget/container-wrapper.vue index 6c96fac..a0eb7bc 100644 --- a/src/components/form-designer/form-widget/container-widget/container-wrapper.vue +++ b/src/components/form-designer/form-widget/container-widget/container-wrapper.vue @@ -42,10 +42,14 @@