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 71cedfc commit accaa14Copy full SHA for accaa14
src/util/component.js
@@ -9,7 +9,7 @@ var _ = require('./index')
9
* @return {Object|undefined}
10
*/
11
12
-exports.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)$/
+exports.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)$/
13
exports.checkComponent = function (el, options) {
14
var tag = el.tagName.toLowerCase()
15
if (tag === 'component') {
0 commit comments