mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
5 lines
134 B
Java
5 lines
134 B
Java
import T from './JFormContainer.vue'
|
|
let install = function (Vue) {
|
|
Vue.component('JFormContainer',T);
|
|
}
|
|
export default { install }; |