We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0bfcb commit babfaa1Copy full SHA for babfaa1
src/Component.ts
@@ -63,7 +63,7 @@ export default defineComponent({
63
[boolAttr, conclude([props[boolAttr], globalProps[boolAttr]])])
64
.filter(([, v]) => v !== undefined))
65
const initialAttrs = conclude([attrs, globalAttrs, {
66
- // 用户输入 & 编程式设值 会触发 onChange
+ // Both user input & set value programmatically will trigger onChange
67
onChange: debounce((updatedContent: { text: string; json: any }) => {
68
if (preventOnChange.value) {
69
preventOnChange.value = false
0 commit comments