vue版本上线
This commit is contained in:
9
jshERP-web/src/components/jeecg/index.js
Normal file
9
jshERP-web/src/components/jeecg/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import JModal from './JModal'
|
||||
import JFormContainer from './JFormContainer.vue'
|
||||
|
||||
export default {
|
||||
install(Vue) {
|
||||
Vue.component('JFormContainer', JFormContainer)
|
||||
Vue.component(JModal.name, JModal)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user