MCPcopy Index your code
hub / github.com/ygs-code/vue / isReservedTag

Function isReservedTag

vue.js:7632–7634  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

7630 };
7631 //保留标签 判断是不是真的是 html 原有的标签 或者svg标签
7632 var isReservedTag = function (tag) {
7633 return isHTMLTag(tag) || isSVG(tag)
7634 };
7635
7636 //判断 tag 是否是svg或者math 标签
7637 function getTagNamespace(tag) {

Callers 2

isUnknownElementFunction · 0.85
CodegenStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected