mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2026-09-03 00:20:12 +08:00
Departure commit
This commit is contained in:
61 files changed
+9597
No files matched your search
@@ -0,0 +1,11 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import './index.css'
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/dist/index.css'
|
||||
import { IconInstaller } from './utils'
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(ElementPlus)
|
||||
IconInstaller(app)
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user