mirror of https://github.com/vuejs/core.git
BREAKING CHANGE: `@vue/compiler-sfc`'s `transformAssetUrlsBase` option
has been removed. It is merged into `trasnformAssetUrls` which now also
accepts the format of
```ts
{
base?: string
includeAbsolute?: string
tags?: { [name: string]: string[] }
}
```
|
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| compileStyle.spec.ts | ||
| compileTemplate.spec.ts | ||
| parse.spec.ts | ||
| templateTransformAssetUrl.spec.ts | ||
| templateTransformSrcset.spec.ts | ||