MCPcopy Create free account
hub / github.com/keepfool/vue-tutorials / Util

Function Util

06.Router/basic/js/vue-resource.js:261–264  ·  view source on GitHub ↗
(Vue)

Source from the content-addressed store, hash-verified

259 var util = {};
260 var array = [];
261 function Util (Vue) {
262 util = Vue.util;
263 debug = Vue.config.debug || !Vue.config.silent;
264 }
265
266 function warn(msg) {
267 if (typeof console !== 'undefined' && debug) {

Callers 1

pluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected