更新版本依赖

This commit is contained in:
Ruin
2022-07-26 14:43:41 +08:00
parent c7630a957f
commit 1ee53228ab
6 changed files with 631 additions and 2201 deletions

View File

@@ -4,12 +4,14 @@
* @Author: Ruin 🍭
* @Date: 2022-01-25 16:22:24
* @LastEditors: 刘引
* @LastEditTime: 2022-03-10 10:46:51
* @LastEditTime: 2022-03-11 14:55:52
*/
import { createApp } from "vue";
import router from "./router/index"; //引入vue-router
import store from "./store/index";
import App from "./App.vue";
// import
import "normalize.css/normalize.css";
const app = createApp(App);
app.use(router); // 挂载到app上