UNPKG

@ams-team/ams

Version:

Admin Materials System.

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