Skip to content

Commit 21f5563

Browse files
committed
ignore unkown element with is
1 parent 430452e commit 21f5563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports.checkComponent = function (el, options, hasAttrs) {
1818
return tag
1919
} else {
2020
var exp = hasAttrs && checkComponentAttribute(el)
21+
/* istanbul ignore if */
2122
if (exp) return exp
2223
if (process.env.NODE_ENV !== 'production') {
2324
if (tag.indexOf('-') > -1 ||

0 commit comments

Comments
 (0)