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