执行看板优化
This commit is contained in:
@@ -33,6 +33,11 @@ const vuetify = createVuetify({
|
||||
directives
|
||||
})
|
||||
|
||||
/// ============= 甘特图 =================
|
||||
import Gantt from '@xpyjs/gantt'
|
||||
import '@xpyjs/gantt/index.css'
|
||||
/// ====================================
|
||||
|
||||
import App from './App'
|
||||
import router from './router'
|
||||
import directive from './directive' // directive
|
||||
@@ -105,4 +110,4 @@ app.component('MyTable', MyTable)
|
||||
|
||||
directive(app)
|
||||
vxetb(app)
|
||||
app.use(pinia).use(router).use(plugins).use(ElementPlus, {}).use(elementIcons).use(vueI18n).use(vuetify).mount('#app')
|
||||
app.use(pinia).use(router).use(plugins).use(ElementPlus, {}).use(elementIcons).use(vueI18n).use(vuetify).use(Gantt).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user