|
|
@@ -19,7 +19,7 @@ if (__DEV__) {
|
|
|
'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.',
|
|
|
+ 'See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',
|
|
|
target
|
|
|
)
|
|
|
}
|
|
|
@@ -29,7 +29,7 @@ if (__DEV__) {
|
|
|
`Property "${key}" must be accessed with "$data.${key}" because ` +
|
|
|
'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
|
|
|
'prevent conflicts with Vue internals. ' +
|
|
|
- 'See: https://vuejs.org/v2/api/#data',
|
|
|
+ 'See: https://v2.vuejs.org/v2/api/#data',
|
|
|
target
|
|
|
)
|
|
|
}
|