Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcjg-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcjg-web
  • src
  • components
  • Loading
  • index.js
  • yuanbo's avatar
    增加注释 · 780282d0
    780282d0 Browse File
    yuanbo committed 2023-07-27 09:18:53 +0800
index.js 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import service from './src/index';

export default {
  /**
   * @description: install
   * @param {*} Vue
   * @author: renchao
   */
  install (Vue) {
    Vue.prototype.$loading = service;
  },
  service
};