SFCBlock Type — vue Architecture
Architecture documentation for the SFCBlock type/interface in index.d.ts from the vue codebase.
Entity Profile
Source Code
packages/template-compiler/types/index.d.ts lines 192–202
export interface SFCBlock {
type: string
content: string
attrs: Record<string, string>
start?: number
end?: number
lang?: string
src?: string
scoped?: boolean
module?: string | boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free