]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update comment edison/fix/13460 13462/head
authordaiwei <daiwei521@126.com>
Thu, 18 Sep 2025 07:11:53 +0000 (15:11 +0800)
committerdaiwei <daiwei521@126.com>
Thu, 18 Sep 2025 07:11:53 +0000 (15:11 +0800)
packages/compiler-sfc/src/template/transformAssetUrl.ts

index cda022737b0ebb6ec9bb1908b1e0ce5e8c1243b8..cee46a3f457c45e7ee5b133938bc022506026bd2 100644 (file)
@@ -33,7 +33,7 @@ export interface AssetURLOptions {
   includeAbsolute?: boolean
   tags?: AssetURLTagConfig
   /**
-   * Whether to preserve the tilde (~) in asset URLs.
+   * Whether to preserve the leading tilde (~) in asset URLs.
    * Nuxt uses ~ as alias for the /app directory.
    * see #13460
    */