Home / Type/ TransformAssetUrlsOptions Type — vue Architecture

TransformAssetUrlsOptions Type — vue Architecture

Architecture documentation for the TransformAssetUrlsOptions type/interface in assetUrl.ts from the vue codebase.

Entity Profile

Source Code

packages/compiler-sfc/src/templateCompilerModules/assetUrl.ts lines 10–20

export interface TransformAssetUrlsOptions {
  /**
   * If base is provided, instead of transforming relative asset urls into
   * imports, they will be directly rewritten to absolute urls.
   */
  base?: string
  /**
   * If true, also processes absolute urls.
   */
  includeAbsolute?: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free