Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
doc: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiocro committed May 18, 2017
1 parent 4c58f8c commit 4f1ec82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Vue.component('app', {
<div>
<strong>{{$t("loadbundle", {lang: this.lang}) }}</strong>
</div>`,
data() {
return {
lang: 'DE',
};
});

```
Expand Down

0 comments on commit 4f1ec82

Please sign in to comment.