mirror of
https://github.com/fatedier/frp.git
synced 2026-04-06 00:59:16 +08:00
web/frpc: refactor dashboard with improved structure and API layer (#5117)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { createApp } from 'vue'
|
||||
import 'element-plus/dist/index.css'
|
||||
import 'element-plus/theme-chalk/dark/css-vars.css'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
||||
import './assets/dark.css'
|
||||
import './assets/css/custom.css'
|
||||
import './assets/css/dark.css'
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(router)
|
||||
|
||||
app.mount('#app')
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user