File tree Expand file tree Collapse file tree 3 files changed +0
-51
lines changed
Expand file tree Collapse file tree 3 files changed +0
-51
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import ProcessInfo from './components/ProcessInfo.vue';
1717import ServerSettings from './components/ServerSettings.vue' ;
1818import AppUpdateAvailable from './components/AppUpdateAvailable.vue' ;
1919import CommunicationError from './components/CommunicationError.vue' ;
20- import PageLoader from './components/PageLoader.vue' ;
2120import { apolloClient } from './providers/apollo' ;
2221import { Workbox } from 'workbox-window' ;
2322import routes from './routes' ;
@@ -68,7 +67,6 @@ Vue.component('process-info', ProcessInfo);
6867Vue . component ( 'server-settings' , ServerSettings ) ;
6968Vue . component ( 'app-update-available' , AppUpdateAvailable ) ;
7069Vue . component ( 'communication-error' , CommunicationError ) ;
71- Vue . component ( 'page-loader' , PageLoader ) ;
7270
7371Vue . use ( VueRouter ) ;
7472Vue . use ( VueApollo ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3636 </div >
3737 </div >
3838 </section >
39- <page-loader :loading =" loading" ></page-loader >
4039 </div >
4140</template >
4241
@@ -66,7 +65,6 @@ export default Vue.extend({
6665 },
6766 model: null ,
6867 stream: null ,
69- loading: false ,
7068 };
7169 },
7270 mounted() : void {
@@ -134,8 +132,6 @@ export default Vue.extend({
134132 });
135133
136134 this .stream = stream ;
137-
138- this .loading = false ;
139135 });
140136 }).catch ((error ) => {
141137 bus .$emit (' communication-error' , {
You can’t perform that action at this time.
0 commit comments