summaryrefslogtreecommitdiff
path: root/src/client/app/dev/views/apps.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/dev/views/apps.vue')
-rw-r--r--src/client/app/dev/views/apps.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/dev/views/apps.vue b/src/client/app/dev/views/apps.vue
index 4c8de9d48e..78a7cede98 100644
--- a/src/client/app/dev/views/apps.vue
+++ b/src/client/app/dev/views/apps.vue
@@ -30,7 +30,7 @@ export default Vue.extend({
};
},
mounted() {
- (this as any).api('my/apps').then(apps => {
+ this.$root.api('my/apps').then(apps => {
this.apps = apps;
this.fetching = false;
});