mirror of https://github.com/vuejs/core.git
chore: update comment
This commit is contained in:
parent
1aa2a6b12a
commit
4d3917ac5a
|
@ -33,7 +33,7 @@ export interface AssetURLOptions {
|
||||||
includeAbsolute?: boolean
|
includeAbsolute?: boolean
|
||||||
tags?: AssetURLTagConfig
|
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.
|
* Nuxt uses ~ as alias for the /app directory.
|
||||||
* see #13460
|
* see #13460
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue