1 2 3 4 5
import T from './JFormContainer.vue' let install = function (Vue) { Vue.component('JFormContainer',T); } export default { install };