Skip to content

Commit c429ee1

Browse files
committed
Merge pull request #171 from furey/master
API note RE: extracting the source plain data object via JSON parse/stringify
2 parents a806b37 + 57d645c commit c429ee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ type: api
371371

372372
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`.
373373

374+
If required, a deep clone of the original object can be obtained by passing `vm.$data` through `JSON.parse(JSON.stringify(...))`.
375+
374376
- **Example:**
375377

376378
``` js

0 commit comments

Comments
 (0)