mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
test: change model text's priority case (#9170)
This commit is contained in:
parent
6980035a86
commit
984393fed9
@ -238,7 +238,7 @@ describe('Directive v-model text', () => {
|
|||||||
template: '<input v-model="a" @input="onInput">',
|
template: '<input v-model="a" @input="onInput">',
|
||||||
methods: {
|
methods: {
|
||||||
onInput (e) {
|
onInput (e) {
|
||||||
spy(e.target.value)
|
spy(this.a)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).$mount()
|
}).$mount()
|
||||||
|
Loading…
Reference in New Issue
Block a user