mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
fix: 组件优化导致xpack异常
This commit is contained in:
parent
474b7cf9c0
commit
bcc3fe5fdd
@ -47,11 +47,18 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import Vue from 'vue'
|
||||||
|
import Fit2CloudUI from 'fit2cloud-ui'
|
||||||
import DeLayoutContent from '@/components/business/DeLayoutContent'
|
import DeLayoutContent from '@/components/business/DeLayoutContent'
|
||||||
import AsyncComponent from '@/components/asyncComponent'
|
import AsyncComponent from '@/components/asyncComponent'
|
||||||
import i18n from '@/lang'
|
import i18n from '@/lang'
|
||||||
import bus from '@/utils/bus'
|
import bus from '@/utils/bus'
|
||||||
import { execute } from '@/api/system/dynamic'
|
import { execute } from '@/api/system/dynamic'
|
||||||
|
import RemarkEditor from '@/views/chart/components/componentStyle/dialog/RemarkEditor'
|
||||||
|
import DeRichText from '@/components/canvas/customComponent/DeRichText'
|
||||||
|
Vue.component('DeRichText', DeRichText)
|
||||||
|
Vue.component('RemarkEditor', RemarkEditor)
|
||||||
|
Vue.use(Fit2CloudUI)
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Dynamic',
|
name: 'Dynamic',
|
||||||
|
Loading…
Reference in New Issue
Block a user