mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 13:07:40 +08:00
Fix xhtml namespace typo (#4131)
This commit is contained in:
parent
a2cc6e2b68
commit
b7ab388df3
@ -6,7 +6,7 @@ import { makeMap } from 'shared/util'
|
||||
export const namespaceMap = {
|
||||
svg: 'http://www.w3.org/2000/svg',
|
||||
math: 'http://www.w3.org/1998/Math/MathML',
|
||||
xhtml: 'http://www.w3.org/1999/xhtm'
|
||||
xhtml: 'http://www.w3.org/1999/xhtml'
|
||||
}
|
||||
|
||||
export const isHTMLTag = makeMap(
|
||||
|
Loading…
Reference in New Issue
Block a user