index.js 118 Bytes
Newer Older
Z's avatar
Z committed
1 2 3 4 5 6 7
import util from '@/libs/util'

export default {
  install (Vue, options) {
    Vue.prototype.$open = util.open
  }
}