fix(ResponseInput): unable input any text
This commit is contained in:
@@ -44,7 +44,7 @@ const [content, modifiers] = defineModel<string, 'trim'>()
|
||||
const inputRef = ref()
|
||||
|
||||
const innerValue = ref(content)
|
||||
const trigger = computed(() => props.updateTrigger ?? 'input')
|
||||
const trigger = computed(() => props.updateTrigger ?? 'change')
|
||||
const updateContent = () => {
|
||||
let value = innerValue.value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user