UNPKG

@ams-team/ams

Version:

Admin Materials System.

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