()
| 36 | return { value: null } |
| 37 | }, |
| 38 | render() { |
| 39 | return [ |
| 40 | withVModel( |
| 41 | h('input', { |
| 42 | 'onUpdate:modelValue': setValue.bind(this), |
| 43 | onInput: () => { |
| 44 | manualListener(data.value) |
| 45 | }, |
| 46 | }), |
| 47 | this.value, |
| 48 | ), |
| 49 | ] |
| 50 | }, |
| 51 | }) |
| 52 | render(h(component), root) |
| 53 |
no test coverage detected