mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-07 23:41:28 +08:00
add VuetifyUseDialog
This commit is contained in:
@@ -12,6 +12,7 @@ import '@styles/styles.scss'
|
||||
import { createApp } from 'vue'
|
||||
import ToastPlugin from 'vue-toast-notification'
|
||||
import 'vue-toast-notification/dist/theme-default.css'
|
||||
import VuetifyUseDialog from 'vuetify-use-dialog'
|
||||
loadFonts()
|
||||
|
||||
// Nprogress
|
||||
@@ -26,6 +27,7 @@ app
|
||||
.use(router)
|
||||
.use(store)
|
||||
.use(ToastPlugin)
|
||||
.use(VuetifyUseDialog)
|
||||
.mount('#app')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user