index.js 125 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7
import util from '@/libs/util'

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