diff --git a/README.md b/README.md index 214989f..35d61f8 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,29 @@ To create toasts, get a *toast interface* by calling `useToast` from within a co ``` +### Using inside Single-File Components (SFCs) + +To create toasts inside a Single-File Component using ` +``` + ### Using with Vuex or outside components By default, Vue Toastification creates the plugin using a global event bus, so all you need to do to use it outside your components is to call `useToast()`.