fix PerfectScrollbar

This commit is contained in:
jxxghp
2024-04-07 11:15:18 +08:00
parent 3f0c1213ad
commit b19b015986
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -15,6 +15,8 @@ import '@core/scss/template/index.scss'
import '@layouts/styles/index.scss'
import '@styles/styles.scss'
import 'vue-toast-notification/dist/theme-bootstrap.css'
import { PerfectScrollbarPlugin } from 'vue3-perfect-scrollbar';
import 'vue3-perfect-scrollbar/style.css';
loadFonts()
@@ -34,5 +36,6 @@ app
position: 'bottom-right',
})
.use(VuetifyUseDialog)
.use(PerfectScrollbarPlugin)
.mount('#app')
.$nextTick(() => removeEl('#loading-bg'))