UNPKG

@ams-team/ams

Version:

Admin Materials System.

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