refactor: 插件组件dom层级调整

This commit is contained in:
fit2cloud-chenyw 2022-02-23 15:36:08 +08:00
parent c1ca270d45
commit 9753b1d6ef

View File

@ -1,5 +1,5 @@
<template> <template>
<div>
<async-component <async-component
v-if="showAsync" v-if="showAsync"
:ref="refId" :ref="refId"
@ -12,7 +12,7 @@
<div v-else> <div v-else>
<h1>未知组件无法展示</h1> <h1>未知组件无法展示</h1>
</div> </div>
</div>
</template> </template>
<script> <script>