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

bdc / bdcdj-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
  • bdcdj-web
  • src
  • components
  • dialogBox
  • index.js
  • 任超's avatar
    feat:弹框组件 · b3274515
    b3274515 Browse Files
    任超 committed 2022-08-11 17:12:26 +0800
index.js 127 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
import dialogBox from './dialogBox.vue'
export default {
  install: (Vue) => {
    Vue.component('dialogBox', dialogBox);
  }
}