update
This commit is contained in:
parent
cce37d33a3
commit
693adf7af2
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { createApp } from 'vue'
|
|||
import { createPinia } from 'pinia'
|
||||
import naive from 'naive-ui'
|
||||
import './styles/styles.css'
|
||||
import VueApexCharts from 'vue3-apexcharts'
|
||||
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
|
@ -12,6 +11,5 @@ const app = createApp(App)
|
|||
app.use(createPinia())
|
||||
app.use(router)
|
||||
app.use(naive)
|
||||
app.use(VueApexCharts)
|
||||
|
||||
app.mount('#app')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue