Skip to content

Commit

Permalink
chore: remove unnecessary property initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 23, 2021
1 parent 2b033ca commit b5a073f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/templates/plugin.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ export default async (context) => {
app.i18n = new VueI18n(vueI18nOptions)
// Initialize locale and fallbackLocale as vue-i18n defaults those to 'en-US' if falsey
app.i18n.locale = ''
app.i18n.localeCodes = []
app.i18n.localeProperties = { code: '' }
app.i18n.fallbackLocale = vueI18nOptions.fallbackLocale || ''
extendVueI18nInstance(app.i18n)
const resolveBaseUrlOptions = {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6545,7 +6545,7 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

husky@4:
husky@4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
integrity sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==
Expand Down

0 comments on commit b5a073f

Please sign in to comment.