fix: 修复表单设计器未引入draggable组件问题
parent
372b4c674a
commit
3727c241b0
|
|
@ -649,6 +649,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import draggable from 'vuedraggable'
|
||||||
import { isArray } from 'util'
|
import { isArray } from 'util'
|
||||||
import TreeNodeDialog from './TreeNodeDialog'
|
import TreeNodeDialog from './TreeNodeDialog'
|
||||||
import { isNumberStr } from '@/utils'
|
import { isNumberStr } from '@/utils'
|
||||||
|
|
@ -675,7 +676,8 @@ const needRerenderList = ['tinymce']
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
TreeNodeDialog,
|
TreeNodeDialog,
|
||||||
IconsDialog
|
IconsDialog,
|
||||||
|
draggable
|
||||||
},
|
},
|
||||||
props: ['showField', 'activeData', 'formConf'],
|
props: ['showField', 'activeData', 'formConf'],
|
||||||
data() {
|
data() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue