This commit is contained in:
X1627315083@163.com
2026-03-12 17:07:04 +08:00
parent deff3410bf
commit 01a843e71f
14 changed files with 328 additions and 61 deletions

View File

@@ -38,7 +38,6 @@
const onInput = () => {
const text = inputRef.value.innerHTML
data.text = text
emit('update-data', data)
}
// watch(
// () => props.active,