diff --git a/src/api/index.md b/src/api/index.md index d5cf968afd..ccb9598630 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -357,6 +357,8 @@ type: api Properties that start with `_` or `$` will **not** be proxied on the Vue instance because they may conflict with Vue's internal properties and API methods. You will have to access them as `vm.$data._property`. + If required, a deep clone of the original object can be obtained by passing `vm.$data` through `JSON.parse(JSON.stringify(...))`. + - **Example:** ``` js