diff options
Diffstat (limited to 'apps/weather_status/src/weather-status.js')
-rw-r--r-- | apps/weather_status/src/weather-status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/src/weather-status.js b/apps/weather_status/src/weather-status.js index 4450e70940e..576767b7d72 100644 --- a/apps/weather_status/src/weather-status.js +++ b/apps/weather_status/src/weather-status.js @@ -22,7 +22,7 @@ import Vue from 'vue' import { getRequestToken } from '@nextcloud/auth' -import App from './App' +import App from './App.vue' // eslint-disable-next-line camelcase __webpack_nonce__ = btoa(getRequestToken()) |