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

Function withoutConversion

06.Router/basic/js/vue.js:2092–2096  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

2090 var shouldConvert = true;
2091
2092 function withoutConversion(fn) {
2093 shouldConvert = false;
2094 fn();
2095 shouldConvert = true;
2096 }
2097
2098 /**
2099 * Observer class that are attached to each observed

Callers 2

vue.jsFile · 0.70
processPropValueFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected