UNPKG

framework7-vue

Version:

Build full featured iOS & Android apps using Framework7 & Vue

7 lines (6 loc) 162 B
export default function (component, events, ...args) { const self = component; events.split(' ').forEach((event) => { self.$emit(event, ...args); }); }