mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
refactor: 更换图片组路由组件,防止部分情况无法直接打开新建数据集页面情况 (#16722)
This commit is contained in:
@@ -10,7 +10,7 @@ import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain'
|
||||
import { useI18n } from '@/hooks/web/useI18n'
|
||||
import { useEmbedded } from '@/store/modules/embedded'
|
||||
import { useAppStoreWithOut } from '@/store/modules/app'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { useRouter } from 'vue-router_2'
|
||||
import { useCache } from '@/hooks/web/useCache'
|
||||
import { XpackComponent } from '@/components/plugin'
|
||||
const snapshotStore = snapshotStoreWithOut()
|
||||
|
||||
Reference in New Issue
Block a user