diff --git a/demo/partials/toasts.html b/demo/partials/toasts.html index ae8a0d1..c309cb2 100644 --- a/demo/partials/toasts.html +++ b/demo/partials/toasts.html @@ -25,16 +25,15 @@ createApp({ components: { GnToastProvider, GnButton }, setup() { - const toast = useToast(); - return { toast }; + return {}; }, template: ` - +
- Info - Success - Warning - Error + Info + Success + Warning + Error
`