Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client-generator/vuetify.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The generator comes with a i18n feature to allow quick translations of some labe
work, you need to create this file:

```javascript
// src/plugins/vuetify.js
// src/i18n.js
import Vue from 'vue';
import VueI18n from 'vue-i18n';
import messages from './locales/en';
Expand Down