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 430452e commit 21f5563Copy full SHA for 21f5563
src/util/component.js
@@ -18,6 +18,7 @@ exports.checkComponent = function (el, options, hasAttrs) {
18
return tag
19
} else {
20
var exp = hasAttrs && checkComponentAttribute(el)
21
+ /* istanbul ignore if */
22
if (exp) return exp
23
if (process.env.NODE_ENV !== 'production') {
24
if (tag.indexOf('-') > -1 ||
0 commit comments