isReservedTag() — vue Function Reference
Architecture documentation for the isReservedTag() function in element.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 25c26d20_3cbe_76ef_7d90_4e25794bf745["isReservedTag()"] 5a55c232_11b5_189a_17b9_d192f49d33cf["isUnknownElement()"] 5a55c232_11b5_189a_17b9_d192f49d33cf -->|calls| 25c26d20_3cbe_76ef_7d90_4e25794bf745 style 25c26d20_3cbe_76ef_7d90_4e25794bf745 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/platforms/web/util/element.ts lines 34–36
export const isReservedTag = (tag: string): boolean | undefined => {
return isHTMLTag(tag) || isSVG(tag)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isReservedTag() do?
isReservedTag() is a function in the vue codebase.
What calls isReservedTag()?
isReservedTag() is called by 1 function(s): isUnknownElement.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free