第一次提交,该项目为LionWebsite的移动端
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user