@@ -16,20 +16,33 @@ if (__DEV__) {
1616 const warnNonPresent = ( target , key ) => {
1717 warn (
1818 `Property or method "${ key } " is not defined on the instance but ` +
19+ < < < << << HEAD :src / c o r e / instance/ proxy . ts
1920 'referenced during render. Make sure that this property is reactive, ' +
2021 'either in the data option, or for class-based components, by ' +
2122 'initializing the property. ' +
2223 'See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.' ,
24+ === = ===
25+ 'referenced during render. Make sure that this property is reactive, ' +
26+ 'either in the data option, or for class-based components, by ' +
27+ 'initializing the property. ' +
28+ 'See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties' ,
29+ >>> > >>> chore : fix v2 links in comments ( #12653 ) [ ci skip ] :src / core / instance / proxy . js
2330 target
2431 )
2532 }
2633
2734 const warnReservedPrefix = ( target , key ) => {
2835 warn (
2936 `Property "${ key } " must be accessed with "$data.${ key } " because ` +
37+ < < < << << HEAD :src / c o r e / instance/ proxy . ts
3038 'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
3139 'prevent conflicts with Vue internals. ' +
3240 'See: https://v2.vuejs.org/v2/api/#data' ,
41+ === = ===
42+ 'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
43+ 'prevent conflicts with Vue internals. ' +
44+ 'See: https://v2.vuejs.org/v2/api/#data' ,
45+ >>> > >>> chore : fix v2 links in comments ( #12653 ) [ ci skip ] :src / core / instance / proxy . js
3346 target
3447 )
3548 }
0 commit comments