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