vue-autocomplete icon indicating copy to clipboard operation
vue-autocomplete copied to clipboard

Transition not working with vue js 2

Open DanielSiepmann opened this issue 8 years ago • 1 comments

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

DanielSiepmann avatar Nov 25 '16 10:11 DanielSiepmann

Hey @DanielSiepmann,

Sorry for slow response, You can use autocomplete without transition now https://github.com/BosNaufal/vue-autocomplete/issues/10 ~

BosNaufal avatar Dec 30 '16 08:12 BosNaufal