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
It report:
[Vue warn]: Property or method "_staticTrees" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
The text was updated successfully, but these errors were encountered:
Please follow the Issue Reporting Guidelines and provide a minimal JSFiddle or Github repository containing a set of reproducible steps that can lead to the behaviour you described. Make sure to boil down the problem as much as possible. Thanks!
Version
2.5.4
Reproduction link
https://github.com/yoyo837/vue-2.5.4-bug-report
Steps to reproduce
When I delete the following code, it works fine, but in 2.5.3 it does not have this problem.
https://github.com/yoyo837/vue-2.5.4-bug-report-pages/blob/cf8565a94b00d9a469026c6c1a15609a72f4c81d/order/_id.vue#L6
What is expected?
No report error
What is actually happening?
It report:
[Vue warn]: Property or method "_staticTrees" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
The text was updated successfully, but these errors were encountered: