mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-06-07 13:44:06 +08:00
fix: 修复结构调整样式丢失问题
This commit is contained in:
parent
bfa1ca924e
commit
8e801ba1a5
@ -42,6 +42,7 @@
|
||||
|
||||
<script>
|
||||
import "./halower-tree.min.css";
|
||||
import "@/assets/nestable.css"
|
||||
import { isObject, getRawComponentKey, getRawComponentContent } from "@/utils/common";
|
||||
import { VueNestable, VueNestableHandle } from 'vue-nestable';
|
||||
|
||||
|
@ -6,8 +6,6 @@ import AntdUI from "ant-design-vue";
|
||||
import "ant-design-vue/dist/antd.css";
|
||||
import APP from "./App.vue";
|
||||
|
||||
import "./assets/nestable.css"
|
||||
|
||||
Vue.use(ElementUI);
|
||||
Vue.use(AntdUI);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user