This commit is contained in:
xyf-mac 2021-10-30 16:40:51 +08:00
parent 8e23d1858b
commit 50069b54dc
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import ElementUI from "element-ui"
import "element-ui/lib/theme-chalk/index.css"
import './icon-font/iconfont.css'
import "./global.less"
import index from "./index.vue";
import index from "./ui/index.vue";
import {init} from './register-panel';
init();

View File

@ -51,11 +51,11 @@
<script lang="ts">
import Vue from "vue";
import {Component} from "vue-property-decorator";
import properties from "./ui/propertys.vue";
import properties from "./propertys.vue";
import {Msg, Page, PluginEvent} from '@/core/types'
import {connectBackground} from "@/devtools/connectBackground";
import {EngineData, Info, TreeData} from "@/devtools/data";
import Bus, {BusMsg} from './bus';
import Bus, {BusMsg} from '@/devtools/bus';
@Component({
components: {
@ -327,7 +327,7 @@ export default class Index extends Vue {
</script>
<style scoped lang="less">
@import "../index.less";
@import "../../index.less";
#devtools {
display: flex;