正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -573,6 +573,7 @@ | @@ -573,6 +573,7 @@ | ||
| 573 | 573 | ||
| 574 | <script> | 574 | <script> |
| 575 | import { isArray } from 'util' | 575 | import { isArray } from 'util' |
| 576 | +import draggable from 'vuedraggable' | ||
| 576 | import TreeNodeDialog from './TreeNodeDialog' | 577 | import TreeNodeDialog from './TreeNodeDialog' |
| 577 | import { isNumberStr } from '@/utils/index' | 578 | import { isNumberStr } from '@/utils/index' |
| 578 | import IconsDialog from './IconsDialog' | 579 | import IconsDialog from './IconsDialog' |
| @@ -595,6 +596,7 @@ const dateTimeFormat = { | @@ -595,6 +596,7 @@ const dateTimeFormat = { | ||
| 595 | 596 | ||
| 596 | export default { | 597 | export default { |
| 597 | components: { | 598 | components: { |
| 599 | + draggable, | ||
| 598 | TreeNodeDialog, | 600 | TreeNodeDialog, |
| 599 | IconsDialog | 601 | IconsDialog |
| 600 | }, | 602 | }, |
-
请 注册 或 登录 后发表评论