fix -- 修复表单构建选择下拉选择RightPanel组件控制台报错问题。
This commit is contained in:
@@ -650,6 +650,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { isArray } from 'util'
|
import { isArray } from 'util'
|
||||||
|
import draggable from 'vuedraggable'
|
||||||
import TreeNodeDialog from './TreeNodeDialog'
|
import TreeNodeDialog from './TreeNodeDialog'
|
||||||
import { isNumberStr } from '@/utils/index'
|
import { isNumberStr } from '@/utils/index'
|
||||||
import IconsDialog from './IconsDialog'
|
import IconsDialog from './IconsDialog'
|
||||||
@@ -674,6 +675,7 @@ const needRerenderList = ['tinymce']
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
draggable,
|
||||||
TreeNodeDialog,
|
TreeNodeDialog,
|
||||||
IconsDialog
|
IconsDialog
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user