vt-notifications
vt-notifications copied to clipboard
A headless vue notification library to use with tailwind
**Versions** nuxt: `^2.15.8` vt-notifications: `^0.4.1` I have also transpiled `vt-notifications` ```js build: { extractCSS: true, transpile: ['vt-notifications'] } ``` Sandbox(Notification Group): https://codesandbox.io/s/autumn-river-mtfvtk?file=/src/App.vue 
Would like to kindly ask for VueJS 3 support. Thanks! :)
hi, is there any possibilities to create default config globally when using nuxt as a plugin? for now i am keep explicitly write the duration when i trigger the notification