Skip to content

Commit d7ac96d

Browse files
authored
docs: add missing binding in asset import example (#10414)
1 parent 1a961d9 commit d7ac96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Is the same as:
7777
import _imports_0 from '../image.png'
7878
</script>
7979
80-
<img src="_imports_0" />
80+
<img :src="_imports_0" />
8181
```
8282

8383
By default the following tag/attribute combinations are transformed, and can be configured using the `template.transformAssetUrls` option.

0 commit comments

Comments
 (0)