isSSRUnsafeAttr() — vue Function Reference
Architecture documentation for the isSSRUnsafeAttr() function in util.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD cb42e4b3_e1a0_95d1_b1c5_765852d601cc["isSSRUnsafeAttr()"] a0b4404b_fb84_98b3_4f7a_375b041a7128["renderAttrs()"] a0b4404b_fb84_98b3_4f7a_375b041a7128 -->|calls| cb42e4b3_e1a0_95d1_b1c5_765852d601cc 431f70cc_3eff_e6e1_c18a_d3173ac7370f["renderAttrs()"] 431f70cc_3eff_e6e1_c18a_d3173ac7370f -->|calls| cb42e4b3_e1a0_95d1_b1c5_765852d601cc style cb42e4b3_e1a0_95d1_b1c5_765852d601cc 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