第一次提交,该项目为LionWebsite的移动端

This commit is contained in:
emm
2022-09-06 23:25:55 +08:00
commit 34b1fdaadf
6 changed files with 967 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { createApp } from 'vue'
import App from './App.vue'
import 'element-plus/dist/index.css'
import element from "element-plus"
import "./reset.css"
createApp(App).use(element).mount('#app')