mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-03-30 01:03:50 +00:00
11 lines
281 B
Java
11 lines
281 B
Java
import JModal from './JModal'
|
|
import JFormContainer from './JFormContainer.vue'
|
|
import JPopup from './JPopup.vue'
|
|
|
|
export default {
|
|
install(Vue) {
|
|
Vue.component('JFormContainer', JFormContainer)
|
|
Vue.component('JPopup', JPopup)
|
|
Vue.component(JModal.name, JModal)
|
|
}
|
|
} |