Skip to content

Commit 78c3ce0

Browse files
HusamElbashirposva
authored andcommitted
chore: fix prefixed data properties warning typo (#10327)
1 parent f1d29d7 commit 78c3ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/instance/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (process.env.NODE_ENV !== 'production') {
2828
warn(
2929
`Property "${key}" must be accessed with "$data.${key}" because ` +
3030
'properties starting with "$" or "_" are not proxied in the Vue instance to ' +
31-
'prevent conflicts with Vue internals' +
31+
'prevent conflicts with Vue internals. ' +
3232
'See: https://vuejs.org/v2/api/#data',
3333
target
3434
)

0 commit comments

Comments
 (0)