库存总览初版大屏

This commit is contained in:
jhd
2026-05-25 18:12:10 +08:00
parent 2030e68ff9
commit f07080397d
14 changed files with 1850 additions and 520 deletions

View File

@@ -5,6 +5,7 @@ import store from './store'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import './assets/styles/index.scss'
import DatavVue3 from '@kjgl77/datav-vue3'
const app = createApp(App)
@@ -22,4 +23,5 @@ app.config.errorHandler = (err, instance, info) => {
app.use(router)
app.use(store)
app.use(ElementPlus)
app.use(DatavVue3)
app.mount('#app')