Skip to content

Commit 6c45aa6

Browse files
authored
chore: update readme example (#3)
1 parent 100d391 commit 6c45aa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ Is the same as:
4444
<script setup>
4545
import _imports_0 from '../image.png'
4646
</script>
47+
```
4748

48-
<img src="_imports_0" />
49+
```vue
50+
<img :src="_imports_0" />
4951
```
5052

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

0 commit comments

Comments
 (0)