diff options
Diffstat (limited to 'apps/updatenotification/src')
-rw-r--r-- | apps/updatenotification/src/init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/init.js b/apps/updatenotification/src/init.js index 4aada5aba43..dc25ca363b4 100644 --- a/apps/updatenotification/src/init.js +++ b/apps/updatenotification/src/init.js @@ -22,7 +22,7 @@ */ import Vue from 'vue' -import Root from './components/UpdateNotification' +import Root from './components/UpdateNotification.vue' Vue.mixin({ methods: { |