diff options
Diffstat (limited to 'src/client/app/app.vue')
| -rw-r--r-- | src/client/app/app.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/app.vue b/src/client/app/app.vue index 7a46e7dea0..011eb14661 100644 --- a/src/client/app/app.vue +++ b/src/client/app/app.vue @@ -1,3 +1,6 @@ <template> -<router-view id="app"></router-view> +<div> + <router-view id="app"></router-view> + <modal-portal/> +</div> </template> |