index.js 134 Bytes
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8
import download from './download'

export default {
  install(Vue) {
    // 下载文件
    Vue.prototype.$download = download
  }
}