We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a961d9 commit d7ac96dCopy full SHA for d7ac96d
packages/plugin-vue/README.md
@@ -77,7 +77,7 @@ Is the same as:
77
import _imports_0 from '../image.png'
78
</script>
79
80
-<img src="_imports_0" />
+<img :src="_imports_0" />
81
```
82
83
By default the following tag/attribute combinations are transformed, and can be configured using the `template.transformAssetUrls` option.
0 commit comments