chore: typos [ci-skip] (#323)
This commit is contained in:
committed by
Evan You
parent
1722dc05c5
commit
6c80e13986
@@ -31,7 +31,7 @@ function parseVOnProperties(
|
||||
}
|
||||
|
||||
describe('compiler-dom: transform v-on', () => {
|
||||
it('should support muliple modifiers w/ prefixIdentifiers: true', () => {
|
||||
it('should support multiple modifiers w/ prefixIdentifiers: true', () => {
|
||||
const [prop] = parseVOnProperties(`<div @click.stop.prevent="test"/>`, {
|
||||
prefixIdentifiers: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user