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
This module used to work but somehow stopped working. Running Vue 2.6.12. I have tried importing it in the child component & importing it like so: import VueHotkey from 'v-hotkey/dist/v-hotkey.umd' but it still did not work.
Here is a simple setup of my project which includes another Vue module: Child.vue
This module used to work but somehow stopped working. Running
Vue 2.6.12
. I have tried importing it in the child component & importing it like so:import VueHotkey from 'v-hotkey/dist/v-hotkey.umd'
but it still did not work.Here is a simple setup of my project which includes another Vue module:
Child.vue
main.js
Did I do something wrong? Or is there a bug like these other modules' (1) (2) (3) git issue?
The text was updated successfully, but these errors were encountered: