tj
2025-03-20 a35f4b4d0c555493cc464bfd36d037230547f1aa
1
2
3
4
5
6
7
8
9
import JModal from './JModal'
import JFormContainer from './JFormContainer.vue'
 
export default {
  install(Vue) {
    Vue.component('JFormContainer', JFormContainer)
    Vue.component(JModal.name, JModal)
  }
}