Skip to content

Commit

Permalink
docs: Tweaks on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Nov 18, 2021
1 parent 0c00d44 commit 1837a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ import { loadLanguageAsync } from 'laravel-vue-i18n';

<template>
<div>{{ $t('Welcome!') }}</div>
<button @click="() => loadLanguageAsync('pt')">Change to Portuguese Language</button>
<button @click="loadLanguageAsync('pt')">Change to Portuguese Language</button>
</template>
```

0 comments on commit 1837a6c

Please sign in to comment.