diff --git a/src/components.d.ts b/src/components.d.ts index 07a4466..6d2be93 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -8,9 +8,7 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - AppFooter: typeof import('./components/AppFooter.vue')['default'] BeltSpecificationCalculate: typeof import('./components/Modules/BeltSpecificationCalculate.vue')['default'] - HelloWorld: typeof import('./components/HelloWorld.vue')['default'] MultiLayerPaperTapeWidthAngleCalculate: typeof import('./components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue')['default'] PaperRollWeightLengthCalculate: typeof import('./components/Modules/PaperRollWeightLengthCalculate.vue')['default'] PaperTapeWidthAngleCalculate: typeof import('./components/Modules/PaperTapeWidthAngleCalculate.vue')['default'] diff --git a/vite.config.mts b/vite.config.mts index 7de3d58..205f1ab 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -96,5 +96,5 @@ export default defineConfig({ }, }, }, - base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/', + // base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/', })