You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example adds a simple directive that is applied (via a vue plugin, via a nuxt plugin) to the outer div of the CustomCompoent in the showcase example.
When working correctly it should log the element and bindings and change the background colour to red. This works on the first load but when switching pages stops working and Vue emits an error to say the directive cannot be found.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
#794
Describe the bug
The example adds a simple directive that is applied (via a vue plugin, via a nuxt plugin) to the outer div of the CustomCompoent in the showcase example.
When working correctly it should log the element and bindings and change the background colour to red. This works on the first load but when switching pages stops working and Vue emits an error to say the directive cannot be found.
Additional context
No response
The text was updated successfully, but these errors were encountered: