fix: touch on pc

This commit is contained in:
hiyu 2024-06-18 19:41:29 +07:00
parent 0990a6e7b5
commit 144feb66a6
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vant/touch-emulator": "^1.4.0",
"axios": "^1.7.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",

View File

@ -1,3 +1,5 @@
import '@vant/touch-emulator';
import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";