-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
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/