fix:适配属性编辑器
This commit is contained in:
@ -44,9 +44,9 @@
|
||||
</VueDraggable>
|
||||
|
||||
</div>
|
||||
<!-- <div class="right">-->
|
||||
<!-- <component :is="componentsList[store?.nowComponent?.set]"></component>-->
|
||||
<!-- </div>-->
|
||||
<div class="right">
|
||||
<PropertyEditor :scheme="store.nowComponentsData"></PropertyEditor>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -58,6 +58,7 @@ import {componentScheme} from "@/schemes/scheme";
|
||||
import {useSchemeStore} from '@/stores/useSchemeStore';
|
||||
import {IComponent} from "@/type/IComponent";
|
||||
import DynamicComponent from "@/components/DynamicComponent.vue";
|
||||
import PropertyEditor from "@/components/PropertyEditor.vue";
|
||||
|
||||
let list0 = ref([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user