From 44b1aa26a351784d89675234d4997a7500344c43 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Sat, 23 Mar 2019 19:59:28 -0400 Subject: [PATCH] Correct the docs for the default value of transformAssetUrls See https://github.com/vuejs/component-compiler-utils/blob/master/lib/templateCompilerModules/assetUrl.ts#L9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3205b4..ac119c4 100644 --- a/README.md +++ b/README.md @@ -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