|
Fix Vue toast demo provider usage
useToast() is called in setup before the template renders, so it ran outside the provider's provide scope. Switch the demo to call toast methods directly through the provider's exposed API via template refs. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| demo/partials/toasts.html |
|---|