import{notify}from"@kyvg/vue3-notification";notify({title:"Authorization",text:"You have been logged in!",}); Or use Composition API style: import{useNotification}from"@kyvg/vue3-notification";const{notify}=use
pattern: 'https://github.com/kyvg/vue3-notification/edit/master/docs/:path', text: 'Edit this page on GitHub' } } }) 12 changes: 12 additions & 0 deletions 12 docs/.vitepress/theme/index.mts Original file line numberDiff line numberDiff line change @@ -0,0 +1,12 @@ import typ...
 ## Upgrade to v3.x ### Breacking changes ### Breaking changes - `title` and `text` no longer render with [`v-html`](https://vuejs.org/api/built-in-directives.html#v-html). Use `dangerously...