Skip to content

Commit 4db1c46

Browse files
committed
Update Vue README
1 parent 5844825 commit 4db1c46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ console.log(localize("Hello world !"));
9595
```
9696

9797
### Vue
98-
#### main.js
98+
#### app.js
9999
```js
100100
import { localize } from "nativescript-localize";
101101

@@ -108,9 +108,6 @@ Vue.filter("L", localize);
108108
<Label :text="'I am %s'|L('user name')"></Label>
109109
```
110110

111-
#### vue-cli-template
112-
The localization files placed under `dist/app/i18n/*` must be cleaned since they're not correctly updated when modified. To do so, you can run the command `rm dist/app/i18n/*`.
113-
114111
## File format
115112
Each file is imported using `require`, use the file format of your choice:
116113

0 commit comments

Comments
 (0)