Skip to content

Commit

Permalink
docs: add missing binding in asset import example (#10414)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Oct 11, 2022
1 parent 1a961d9 commit d7ac96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/README.md
Expand Up @@ -77,7 +77,7 @@ Is the same as:
import _imports_0 from '../image.png'
</script>
<img src="_imports_0" />
<img :src="_imports_0" />
```

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

0 comments on commit d7ac96d

Please sign in to comment.