添加case

This commit is contained in:
qiangyanwen 2022-06-05 14:39:51 +08:00
parent 3c6f955079
commit fac95f5765
2 changed files with 15 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import { createApp } from 'vue'
import App from './App.vue'
import installElementPlus from './plugins/element'
import router from './router'
import './assets/css/icon.css'
const app = createApp(App)
installElementPlus(app)
app.use(router)
app.mount('#app')

View File

@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: "Login.vue"
}
</script>
<style scoped>
</style>