fix vue-sonner Toast implementation

if there are ever issues with dialogs and toasts together, you may want
to add `pointer-events-auto` to the Toaster class
https://github.com/unovue/shadcn-vue/blob/dev/apps/www/src/content/docs/components/sonner.md#sonner-with-dialog
This commit is contained in:
padreug 2025-07-12 18:10:14 +02:00
parent 6ffcc759cf
commit 5788b76000
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ import router from './router'
import { i18n } from './i18n'
import './assets/index.css'
import { registerSW } from 'virtual:pwa-register'
import 'vue-sonner/style.css'
const app = createApp(App)
const pinia = createPinia()