Skip to content

Commit

Permalink
Merge pull request #9534 from dataease/pr@dev-v2_st
Browse files Browse the repository at this point in the history
fix(嵌入式): 嵌入式场景下仪表板切换到移动端无法正常显示
  • Loading branch information
dataeaseShu committed May 8, 2024
2 parents 8142d3a + 8be0d5a commit 908d429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core-frontend/src/views/mobile/panel/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts" setup>
import { onBeforeMount, ref, onBeforeUnmount } from 'vue'
import { useEmitt } from '@/hooks/web/useEmitt'
import { XpackComponent } from '@/components/plugin'
import eventBus from '@/utils/eventBus'
import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain'
import DePreviewMobile from './MobileInPc.vue'
Expand Down

0 comments on commit 908d429

Please sign in to comment.