isReservedTag() — vue Function Reference
Architecture documentation for the isReservedTag() function in element.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD dd2a7b0a_6fa5_b3c5_4c59_dfd424e87bac["isReservedTag()"] 9659b297_5ceb_0681_fa7c_c778ac6b32a4["isUnknownElement()"] 9659b297_5ceb_0681_fa7c_c778ac6b32a4 -->|calls| dd2a7b0a_6fa5_b3c5_4c59_dfd424e87bac style dd2a7b0a_6fa5_b3c5_4c59_dfd424e87bac 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