UNPKG

@ams-team/ams

Version:

Admin Materials System.

9 lines (7 loc) 160 B
import operation from './text'; export default { type: 'text', install(Vue) { Vue.component(`ams-operation-${this.type}`, operation); } };