vue-autocomplete
vue-autocomplete copied to clipboard
Transition not working with vue js 2
I receive the following issue by using your plugin:
vue-autocomplete.min.js:8 Uncaught TypeError: Vue.transition is not a function(anonymous function) @ vue-autocomplete.min.js:8
According to https://vuejs.org/v2/guide/migration.html#Vue-transition-for-Reusable-Transitions-replaced this is deprecated in Vue JS 2
Hey @DanielSiepmann,
Sorry for slow response, You can use autocomplete without transition now https://github.com/BosNaufal/vue-autocomplete/issues/10 ~