From 7a3206293e187ccd27d7879c4c5a6d638e4bbfdf Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 20 Feb 2024 12:13:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B5=8C=E5=85=A5=E5=BC=8F=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/ChartView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/ChartView.vue b/core/core-frontend/src/views/chart/ChartView.vue index a88313226c..0bbdfa97e4 100644 --- a/core/core-frontend/src/views/chart/ChartView.vue +++ b/core/core-frontend/src/views/chart/ChartView.vue @@ -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')