Browse Source

chore: fix prefixed data properties warning typo (#10327)

dev
Husam Ibrahim 5 years ago
committed by Eduardo San Martin Morote
parent
commit
78c3ce0ce0
  1. 2
      src/core/instance/proxy.js

2
src/core/instance/proxy.js

@ -28,7 +28,7 @@ if (process.env.NODE_ENV !== 'production') {
warn(
`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' +
'prevent conflicts with Vue internals. ' +
'See: https://vuejs.org/v2/api/#data',
target
)

Loading…
Cancel
Save