We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d29d7 commit 78c3ce0Copy full SHA for 78c3ce0
src/core/instance/proxy.js
@@ -28,7 +28,7 @@ if (process.env.NODE_ENV !== 'production') {
28
warn(
29
`Property "${key}" must be accessed with "$data.${key}" because ` +
30
'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
31
- 'prevent conflicts with Vue internals' +
+ 'prevent conflicts with Vue internals. ' +
32
'See: https://vuejs.org/v2/api/#data',
33
target
34
)
0 commit comments