summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 9f511cf..ce2c1e4 100644
--- a/src/index.js
+++ b/src/index.js
@@ -37,7 +37,7 @@ new Vue({
router,
el: '#app',
render: h => h(App),
- mounted: function() {
+ mounted() {
if (window.matchMedia('(display-mode: standalone)').matches || window.navigator.standalone === true) {
this.$ga.event('PWA', 'started');
}