We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100d391 commit 6c45aa6Copy full SHA for 6c45aa6
README.md
@@ -44,8 +44,10 @@ Is the same as:
44
<script setup>
45
import _imports_0 from '../image.png'
46
</script>
47
+```
48
-<img src="_imports_0" />
49
+```vue
50
+<img :src="_imports_0" />
51
```
52
53
By default the following tag/attribute combinations are transformed, and can be configured using the `template.transformAssetUrls` option.
0 commit comments