소스 검색

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

Husam Ibrahim 7 년 전
부모
커밋
78c3ce0ce0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/instance/proxy.js

+ 1 - 1
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
     )