Merge pull request #1811 from dataease/pr@dev@refactor_async_component

refactor: 插件组件dom层级调整
This commit is contained in:
fit2cloud-chenyw 2022-02-23 15:37:29 +08:00 committed by GitHub
commit fdb9bd67f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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