Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YoeriNijs committed Aug 2, 2023
1 parent 1d71bfa commit 4e726e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,10 @@ Of course, you can also create an i18n value dynamically. Just implement the `VI
@VComponent({
selector: 'i18n-component',
styles: [],
html: `{{ text }}`
html: `
<p>{{ text }}</p>
<button @click="changeValue()">Replace text</button>
`
})
export class I18nComponent {
text = 'Some placeholder';
Expand Down

0 comments on commit 4e726e5

Please sign in to comment.