refactor: use teleport for dialog instead of high z-index (#168)
This commit is contained in:
parent
74e48ad99e
commit
7cfbbb8813
5 changed files with 41 additions and 21 deletions
6
plugins/vue-safe-teleport.ts
Normal file
6
plugins/vue-safe-teleport.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import VueSafeTeleport from 'vue-safe-teleport'
|
||||
import { defineNuxtPlugin } from '#app'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use(VueSafeTeleport)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue