TypeScript bugs fixed
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user