mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 12:18: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')
|
||||
})
|
||||
|
||||
it('attribute with modifiered directive', () => {
|
||||
it('attribute with modified directive', () => {
|
||||
const ast = parse(
|
||||
'<input type="text" name="field1" :value="msg" v-validate.on.off>',
|
||||
baseOptions
|
||||
|
@ -41,4 +41,4 @@ const e: 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