UNPKG

wow-weex-ui

Version:
10 lines (8 loc) 128 B
const methods = { handleInput (event) { this.$emit('input', event.value) }, }; export default { methods, }