We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18494b commit 3fc8331Copy full SHA for 3fc8331
src/util/component.js
@@ -2,7 +2,7 @@ import { warn } from './debug'
2
import { resolveAsset } from './options'
3
import { getBindAttr } from './dom'
4
5
-export const commonTagRE = /^(div|p|span|img|a|b|i|br|ul|ol|li|h1|h2|h3|h4|h5|h6|code|pre|table|th|td|tr|form|label|input|select|option|nav|article|section|header|footer)$/i
+export const commonTagRE = /^(div|p|span|img|a|b|i|br|ul|ol|li|h1|h2|h3|h4|h5|h6|code|pre|table|th|td|tr|form|label|input|select|option|nav|article|section|header|footer|main)$/i
6
export const reservedTagRE = /^(slot|partial|component)$/i
7
8
let isUnknownElement
0 commit comments