fix
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
const onInput = () => {
|
||||
const text = inputRef.value.innerHTML
|
||||
data.text = text
|
||||
emit('update-data', data)
|
||||
}
|
||||
// watch(
|
||||
// () => props.active,
|
||||
|
||||
Reference in New Issue
Block a user