forked from github/dataease
Merge pull request #1811 from dataease/pr@dev@refactor_async_component
refactor: 插件组件dom层级调整
This commit is contained in:
commit
fdb9bd67f5
@ -1,18 +1,18 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user