We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c08911 commit f3af513Copy full SHA for f3af513
README.md
@@ -80,8 +80,8 @@ interface TemplateCompileOptions {
80
// video: ['src', 'poster'],
81
// source: 'src',
82
// img: 'src',
83
- // image: 'xlink:href'
84
- // use: 'xlink:href'
+ // image: ['xlink:href', 'href'],
+ // use: ['xlink:href', 'href']
85
// }
86
transformAssetUrls?: AssetURLOptions | boolean
87
0 commit comments