Skip to content

Commit 0b54e7f

Browse files
committed
improvements
1 parent 41a45b7 commit 0b54e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vocabulary/VInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
},
163163
closeModalFunction() {
164164
this.openModal = false
165-
return this.$emit('close')
165+
this.$emit('close')
166166
},
167167
},
168168
}

0 commit comments

Comments
 (0)