Remove .ts extension from import paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 08:50:01 +08:00
parent dfd5706bcf
commit 523515459b
13 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import router from "@/router/index.ts";
import router from "@/router/index";
import loadingStore from '@/stores/loading.js';
import {useToast} from 'vue-toast-notification';
import 'vue-toast-notification/dist/theme-sugar.css';