Skip to content

Commit f3af513

Browse files
brianhelbahaoqunjiang
authored andcommitted
docs: correct the docs for the default value of transformAssetUrls (#57)
1 parent 7c08911 commit f3af513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ interface TemplateCompileOptions {
8080
// video: ['src', 'poster'],
8181
// source: 'src',
8282
// img: 'src',
83-
// image: 'xlink:href'
84-
// use: 'xlink:href'
83+
// image: ['xlink:href', 'href'],
84+
// use: ['xlink:href', 'href']
8585
// }
8686
transformAssetUrls?: AssetURLOptions | boolean
8787

0 commit comments

Comments
 (0)