Skip to content

Commit 984393f

Browse files
dejouryyx990803
authored andcommitted
test: change model text's priority case (#9170)
1 parent 6980035 commit 984393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/features/directives/model-text.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('Directive v-model text', () => {
238238
template: '<input v-model="a" @input="onInput">',
239239
methods: {
240240
onInput (e) {
241-
spy(e.target.value)
241+
spy(this.a)
242242
}
243243
}
244244
}).$mount()

0 commit comments

Comments
 (0)