1 import fn from ‘fn‘ 2 Vue.prototype.fn = fn; 3 4 调用的时候 5 6 this.fn.way
vue当中设置全局变量的方法
原文:http://www.cnblogs.com/xiaomili/p/6597034.html