UNPKG

@ams-team/ams

Version:

Admin Materials System.

11 lines (9 loc) 264 B
import view from '../common/text-view'; import edit from '../common/text-edit'; export default { type: 'text', install(Vue) { Vue.component(`ams-field-${this.type}-view`, view); Vue.component(`ams-field-${this.type}-edit`, edit); } };