MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / clean

Function clean

01.GettingStarted/js/vue.js:9042–9044  ·  view source on GitHub ↗

* "clean" a getter/setter converted object into a plain * object copy. * * @param {Object} - obj * @return {Object}

(obj)

Source from the content-addressed store, hash-verified

9040 */
9041
9042 function clean(obj) {
9043 return JSON.parse(JSON.stringify(obj));
9044 }
9045 }
9046
9047 function domAPI (Vue) {

Callers 1

dataAPIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected