From ac5003fb976c02f2546eedc1c9e24bb9ced342f5 Mon Sep 17 00:00:00 2001 From: ArvinHuang <1095369685@qq.com> Date: Wed, 20 Dec 2023 15:39:38 +0800 Subject: [PATCH] update: path modified Signed-off-by: ArvinHuang <1095369685@qq.com> --- .../lib/components/Selection/index.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts index 1d16b7fd..9989b7bc 100644 --- a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts +++ b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts @@ -1,10 +1,10 @@ -import './selection.scss'; -import FSelection from './Selection.vue'; -import FSelectionChart from './SelectionChart.vue'; - -const SelectionInstall = (app: any) => { - app.component('FSelection', FSelection) - app.component('FSelectionChart', FSelectionChart) -} - -export default SelectionInstall \ No newline at end of file +import './Selection.scss'; +import FSelection from './Selection.vue'; +import FSelectionChart from './SelectionChart.vue'; + +const SelectionInstall = (app: any) => { + app.component('FSelection', FSelection) + app.component('FSelectionChart', FSelectionChart) +} + +export default SelectionInstall