Skip to content

Commit

Permalink
Merge pull request #115 from jasonren0403/fix-component-locale
Browse files Browse the repository at this point in the history
fix(web): vuetify component locale
  • Loading branch information
Diving-Fish authored Nov 3, 2023
2 parents 6c6614d + 67b4ad8 commit fd06249
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/plugins/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import Vuetify from 'vuetify/lib';

Vue.use(Vuetify);


import zhHans from 'vuetify/lib/locale/zh-Hans'

export default new Vuetify({
lang: {
locales: { zhHans },
current: 'zhHans'
}
});

0 comments on commit fd06249

Please sign in to comment.