Sign in

youxiw2000 / trash · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • trash
  • trash-ui
  • src
  • plugins
  • index.js
  • 投放点地图 key 轮换
      a06c5fbc
    2c2c2c authored
    2025-03-13 17:02:57 +0800  
    Browse Code »
index.js 195 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import tab from './tab'
import cache from './cache'

export default {
  install(Vue) {
    // 页签操作
    Vue.prototype.$tab = tab
    // 缓存对象
    Vue.prototype.$cache = cache
  }
}