mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-06 20:43:03 +08:00
add VuetifyUseDialog
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
"vue3-apexcharts": "^1.4.1",
|
||||
"vue3-perfect-scrollbar": "^1.6.0",
|
||||
"vuetify": "3.3.5",
|
||||
"vuetify-use-dialog": "^0.6.0",
|
||||
"vuex": "^4.1.0",
|
||||
"vuex-persistedstate": "^4.1.0",
|
||||
"webfontloader": "^1.6.28"
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
|
||||
12
yarn.lock
12
yarn.lock
@@ -5218,6 +5218,11 @@ nanoid@^3.3.6:
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
||||
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
|
||||
|
||||
nanoid@^4.0.2:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e"
|
||||
integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==
|
||||
|
||||
natural-compare-lite@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
|
||||
@@ -7239,6 +7244,13 @@ vue@^3.3.2:
|
||||
"@vue/server-renderer" "3.3.2"
|
||||
"@vue/shared" "3.3.2"
|
||||
|
||||
vuetify-use-dialog@^0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.yarnpkg.com/vuetify-use-dialog/-/vuetify-use-dialog-0.6.0.tgz#5f10a3b9d2b263c16673ca67a5ecc169f1f985d8"
|
||||
integrity sha512-IcnO6khOcwc2EikD+chUrJSvu82PwobXi3ADk1CywXMckTjoqSS6R98xRfb/HgjOE/kZGsq+WfyaPZbPziN03Q==
|
||||
dependencies:
|
||||
nanoid "^4.0.2"
|
||||
|
||||
vuetify@3.3.5:
|
||||
version "3.3.5"
|
||||
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.3.5.tgz#b927214d106122240e79f4d65e49bfec0e86e189"
|
||||
|
||||
Reference in New Issue
Block a user