@@ -48,6 +48,7 @@
});
function handleChange(e) {
+ emit('change', e.target.value);
innerValueRef.value = e.target.value;
}