forked from github/dataease
fix: 嵌入式引入路径错误
This commit is contained in:
parent
072c582445
commit
7a3206293e
@ -15,8 +15,8 @@ const VisualizationEditor = defineAsyncComponent(
|
||||
)
|
||||
const DashboardEditor = defineAsyncComponent(() => import('@/views/dashboard/index.vue'))
|
||||
|
||||
const Dashboard = defineAsyncComponent(() => import('./DashboardPreview.vue'))
|
||||
const ViewWrapper = defineAsyncComponent(() => import('./ViewWrapper.vue'))
|
||||
const Dashboard = defineAsyncComponent(() => import('@/pages/panel/DashboardPreview.vue'))
|
||||
const ViewWrapper = defineAsyncComponent(() => import('@/pages/panel/ViewWrapper.vue'))
|
||||
const Dataset = defineAsyncComponent(() => import('@/views/visualized/data/dataset/index.vue'))
|
||||
const Datasource = defineAsyncComponent(
|
||||
() => import('@/views/visualized/data/datasource/index.vue')
|
||||
|
Loading…
Reference in New Issue
Block a user