Skip to content

Commit

Permalink
docs: correct the docs for the default value of transformAssetUrls (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba authored and haoqunjiang committed Mar 28, 2019
1 parent 7c08911 commit f3af513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ interface TemplateCompileOptions {
// video: ['src', 'poster'],
// source: 'src',
// img: 'src',
// image: 'xlink:href'
// use: 'xlink:href'
// image: ['xlink:href', 'href'],
// use: ['xlink:href', 'href']
// }
transformAssetUrls?: AssetURLOptions | boolean

Expand Down

0 comments on commit f3af513

Please sign in to comment.