vue 自定义全局方法

import {myfun} from '../static/js/test.js' //se6的正确写法
export default {
methods:{
diyfun:function () {
myfun();
}
}

Vue.prototype.funcName = function (){}
this.funcName();

vue 自定义全局方法,在组件里面的使用介绍 https://www.jb51.net/article/135674.htm

posted @ 2019-07-02 08:02  BloggerSb  阅读(481)  评论(0编辑  收藏  举报