Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update demo in readme
  • Loading branch information
MattyRad committed Mar 30, 2017
1 parent 9525a49 commit d4ad459
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -6,9 +6,11 @@ In short `{{ $t('Hello world') }}` instead of `{{ $t('messages.hello_world') }}`

Better yet: `{{ 'Hello world' | translate }}`

[See a rough demo](https://jsfiddle.net/83o3db0q/7/)

## Compatibility

Designed for Vue 1, currently does not support Vue 2 [See a rough demo](https://jsfiddle.net/83o3db0q/6/).
Designed for Vue 1, currently does not support Vue 2.

## Installation

Expand Down Expand Up @@ -230,4 +232,4 @@ export default {
}
}
</script>
```
```

0 comments on commit d4ad459

Please sign in to comment.