参考资料:https://www.jianshu.com/p/8ec5e1233ffe
// 声明和制造全局函数 Vue.prototype.$GetPrinter = (printName) => { // .... 内部执行代码 //内部调用 Vue.prototype.$其他函数() } // 组件中调用 this.$GetPrinter()