vant搭建
This commit is contained in:
8
Yi.Vue3.x.Vant/src/main.ts
Normal file
8
Yi.Vue3.x.Vant/src/main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createApp } from 'vue'
|
||||
import './style.css'
|
||||
import router from './router'
|
||||
import App from './App.vue'
|
||||
|
||||
const app=createApp(App)
|
||||
app.use(router)
|
||||
app.mount('#app');
|
||||
Reference in New Issue
Block a user