首次提交

This commit is contained in:
有来技术
2021-11-13 23:30:44 +08:00
parent 232db25546
commit 31b4f93d14

View File

@@ -3,11 +3,9 @@ import App from './App.vue'
import router from "./router";
import {store,key} from './store'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
const app=createApp(App)
app
.use(router)