Skip to content

Commit 1837a6c

Browse files
committed
docs: Tweaks on documentation
1 parent 0c00d44 commit 1837a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ import { loadLanguageAsync } from 'laravel-vue-i18n';
8181

8282
<template>
8383
<div>{{ $t('Welcome!') }}</div>
84-
<button @click="() => loadLanguageAsync('pt')">Change to Portuguese Language</button>
84+
<button @click="loadLanguageAsync('pt')">Change to Portuguese Language</button>
8585
</template>
8686
```

0 commit comments

Comments
 (0)