当前位置:主页 > 网页前端 > vue >
时间:2021-11-07 09:48:34 | 栏目:vue | 点击:次
在main.js里进行全局注册
Vue.prototype.funcName = function (){}
在所有组件里可调用
this. funcName();