File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Vue.js supports all browsers that are [ES5-compliant](https://kangax.github.io/c
73
73
74
74
## Documentation
75
75
76
- To check out [ live examples] ( https://vuejs.org/v2/examples/ ) and docs, visit [ vuejs.org] ( https://vuejs.org ) .
76
+ To check out [ live examples] ( https://v2. vuejs.org/v2/examples/ ) and docs, visit [ vuejs.org] ( https://v2. vuejs.org ) .
77
77
78
78
## Questions
79
79
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if (__DEV__) {
19
19
'referenced during render. Make sure that this property is reactive, ' +
20
20
'either in the data option, or for class-based components, by ' +
21
21
'initializing the property. ' +
22
- 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.' ,
22
+ 'See: https://v2. vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.' ,
23
23
target
24
24
)
25
25
}
@@ -29,7 +29,7 @@ if (__DEV__) {
29
29
`Property "${ key } " must be accessed with "$data.${ key } " because ` +
30
30
'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
31
31
'prevent conflicts with Vue internals. ' +
32
- 'See: https://vuejs.org/v2/api/#data' ,
32
+ 'See: https://v2. vuejs.org/v2/api/#data' ,
33
33
target
34
34
)
35
35
}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ function initData(vm: Component) {
127
127
__DEV__ &&
128
128
warn (
129
129
'data functions should return an object:\n' +
130
- 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function' ,
130
+ 'https://v2. vuejs.org/v2/guide/components.html#data-Must-Be-a-Function' ,
131
131
vm
132
132
)
133
133
}
You can’t perform that action at this time.
0 commit comments