1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

CRLF改为LF

This commit is contained in:
2022-10-22 22:37:41 +08:00
parent a832916948
commit 4b730cc5b2
7 changed files with 158 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
const app = createApp(App)
app.use(router).mount('#app')
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
const app = createApp(App)
app.use(router).mount('#app')