isSSRUnsafeAttr() — vue Function Reference
Architecture documentation for the isSSRUnsafeAttr() function in util.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 36d518f0_47bc_38b2_b221_7b4f9bfce2a1["isSSRUnsafeAttr()"] 5c31f360_ac69_0a14_e083_68773e1a8fb7["renderAttrs()"] 5c31f360_ac69_0a14_e083_68773e1a8fb7 -->|calls| 36d518f0_47bc_38b2_b221_7b4f9bfce2a1 a78a83a4_53a3_a16a_7da6_646682fbc719["renderAttrs()"] a78a83a4_53a3_a16a_7da6_646682fbc719 -->|calls| 36d518f0_47bc_38b2_b221_7b4f9bfce2a1 style 36d518f0_47bc_38b2_b221_7b4f9bfce2a1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/server-renderer/src/util.ts lines 20–22
export const isSSRUnsafeAttr = (name: string): boolean => {
return unsafeAttrCharRE.test(name)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isSSRUnsafeAttr() do?
isSSRUnsafeAttr() is a function in the vue codebase.
What calls isSSRUnsafeAttr()?
isSSRUnsafeAttr() is called by 2 function(s): renderAttrs, renderAttrs.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free