fix: resolved #2044 (#2045)

This commit is contained in:
Liyas Thomas 2021-12-28 08:55:24 +05:30 committed by GitHub
parent 6fdeffe9d6
commit ce94fa54ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,7 @@ export default defineComponent({
methods: {
handlePaste(ev) {
this.handleChange()
this.$emit("paste", { event: ev, previousValue: this.internalValue })
},
handleChange() {