Vue 添加全局方法

参考资料:https://www.jianshu.com/p/8ec5e1233ffe

// 声明和制造全局函数
Vue.prototype.$GetPrinter = (printName) => {
  // .... 内部执行代码
  //内部调用
  Vue.prototype.$其他函数()
  
}

// 组件中调用
this.$GetPrinter()
posted @ 2022-12-06 22:19  轻风细雨_林木木  阅读(13)  评论(0编辑  收藏  举报