TypeScript bugs fixed

This commit is contained in:
Cindy Chang
2024-07-09 13:53:20 +08:00
parent 5c46fd6ce7
commit 8b99a230d7
13 changed files with 19 additions and 24 deletions

View File

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