提交 9753b1d6 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

refactor: 插件组件dom层级调整

上级 c1ca270d
<template> <template>
<div>
<async-component <async-component
v-if="showAsync" v-if="showAsync"
:ref="refId" :ref="refId"
:url="url" :url="url"
:obj="obj" :obj="obj"
@execute-axios="executeAxios" @execute-axios="executeAxios"
@on-add-languanges="addLanguages" @on-add-languanges="addLanguages"
@plugin-call-back="pluginCallBack" @plugin-call-back="pluginCallBack"
/> />
<div v-else> <div v-else>
<h1>未知组件无法展示</h1> <h1>未知组件无法展示</h1>
</div>
</div> </div>
</template> </template>
<script> <script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论