Skip to content

Commit 96052d1

Browse files
committed
Use reactive input text for add-option availability
Signed-off-by: don9x2E <revan@kakao.com>
1 parent 34b3ea4 commit 96052d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Questions/AnswerInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
181181
computed: {
182182
canCreateLocalAnswer() {
183-
return !!this.$refs.input?.value?.trim()
183+
return !!this.answer.text?.trim()
184184
},
185185
186186
ariaLabel() {

0 commit comments

Comments
 (0)