Skip to content

Commit 5290b97

Browse files
committed
docs: resolve is now optional!
1 parent cc31f57 commit 5290b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ createApp()
4848
### Plugin Options
4949

5050
- `lang` *(optional)*: if not provided it will try to find from the `<html lang="pt">` tag, if is not available it will default to `en`.
51-
- `resolve`: The way to reach your language files.
51+
- `resolve` *(optional)*: The way to reach your language files.
5252

5353
```js
5454
createApp().use(i18nVue, {

0 commit comments

Comments
 (0)