summaryrefslogtreecommitdiffstats
path: root/core/src/recommendedapps.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/recommendedapps.js')
-rw-r--r--core/src/recommendedapps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/recommendedapps.js b/core/src/recommendedapps.js
index ac0afb99daa..aea105a8422 100644
--- a/core/src/recommendedapps.js
+++ b/core/src/recommendedapps.js
@@ -34,8 +34,8 @@ __webpack_public_path__ = generateFilePath('core', '', 'js/')
Vue.mixin({
methods: {
- t
- }
+ t,
+ },
})
const View = Vue.extend(RecommendedApps)