vue当中设置全局变量的方法

1 import fn from 'fn'
2 Vue.prototype.fn = fn;
3 
4 调用的时候
5 
6 this.fn.way
原文地址:https://www.cnblogs.com/xiaomili/p/6597034.html