Vue: Regression v2.1.1 with <transition>

Created on 23 Nov 2016  路  10Comments  路  Source: vuejs/vue

By upgrading to the v2.1.1, I got the following warning from Vue.js:

vue.js:515 [Vue warn]: Property or method "_leaving" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
(found in component )

Live demonstration (look at the console and clic on the "Toggle Component" button): https://jsfiddle.net/Atinux/d290e5rq/

Live demonstration with v2.1.0 with no warning: https://jsfiddle.net/Atinux/rxg4yqyx/

regression

Most helpful comment

2.1.3 is out with version mismatch fix.

All 10 comments

Thanks, this is a known issue, I'm working on this.

Can you confirm the warnings are gone with 2.1.2?

Vue packages version mismatch:

Did you build Vue before publishing on npm?

version mismatch +1

I have other version mistmatch error:

Ah, SauceLabs keeps disconnecting today so I had to push a manual release... missed that part :(

2.1.3 is out with version mismatch fix.

Working perfectly, you rock @yyx990803

vue.esm.js?65d7:479 [Vue warn]: Vue is a constructor and should be called with the new keyword

Was this page helpful?
0 / 5 - 0 ratings