Replies: 2 comments 1 reply
-
I experience the same issue and I don't know why :/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've managed to overcome this by importing the directive inside the component instead of making it global. So ive removed it from
And inside my component:
and then inside the same component use it as normal:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm receiving a "Failed to resolve directive: observe-visibility" error in my application using the latest version of the package (0.4.3) along with Vue 2.5.17.
The element on which I'm using the directive is
Any ideas about what I may be doing incorrectly?
Thanks,
Josh
Beta Was this translation helpful? Give feedback.
All reactions