vue组件 引入外部 js 的方法

在vue 组件中引入




在js文件中可自定义方法,示例

function uploader(){
  alert('js引用')
}
export{
  uploader
}

你可能感兴趣的:(教程)