mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
chore: typos (#12949)
This commit is contained in:
parent
d52fbff7a7
commit
a9ca2d8519
@ -767,7 +767,7 @@ describe('parser', () => {
|
|||||||
expect(ast.directives[0].arg).toBe('field1')
|
expect(ast.directives[0].arg).toBe('field1')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('attribute with modifiered directive', () => {
|
it('attribute with modified directive', () => {
|
||||||
const ast = parse(
|
const ast = parse(
|
||||||
'<input type="text" name="field1" :value="msg" v-validate.on.off>',
|
'<input type="text" name="field1" :value="msg" v-validate.on.off>',
|
||||||
baseOptions
|
baseOptions
|
||||||
|
@ -41,4 +41,4 @@ const e: AsyncComponent = () => ({
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Test that Vue.component accepts any AsyncComponent
|
// Test that Vue.component accepts any AsyncComponent
|
||||||
Vue.component('async-compponent1', a)
|
Vue.component('async-component1', a)
|
||||||
|
Loading…
Reference in New Issue
Block a user