mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
Merge pull request #1811 from dataease/pr@dev@refactor_async_component
refactor: 插件组件dom层级调整
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<async-component
|
||||
v-if="showAsync"
|
||||
:ref="refId"
|
||||
:url="url"
|
||||
:obj="obj"
|
||||
@execute-axios="executeAxios"
|
||||
@on-add-languanges="addLanguages"
|
||||
@plugin-call-back="pluginCallBack"
|
||||
/>
|
||||
<div v-else>
|
||||
<h1>未知组件无法展示</h1>
|
||||
</div>
|
||||
|
||||
<async-component
|
||||
v-if="showAsync"
|
||||
:ref="refId"
|
||||
:url="url"
|
||||
:obj="obj"
|
||||
@execute-axios="executeAxios"
|
||||
@on-add-languanges="addLanguages"
|
||||
@plugin-call-back="pluginCallBack"
|
||||
/>
|
||||
<div v-else>
|
||||
<h1>未知组件无法展示</h1>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user