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