fix: 修复表单设计器未引入draggable组件问题
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user