File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <Transport to =" body" v-show =" authorizing" >
2
+ <Transport v-if = " mounted " to =" body" v-show =" authorizing" >
3
3
<div class =" w-screen h-screen absolute left-0 top-0" style =" z-index :100000 ;background-color :#cacfd970 "
4
4
@click =" authorizing = false" >
5
5
<div class =" shadow-xl rounded -translate-y-1/2 -translate-x-1/2 top-1/2 left-1/2 fixed block m-auto max-w-sm w-screen bg-slate-100 border-box text-center py-12"
@@ -60,10 +60,12 @@ export default {
60
60
inject: [" io" , " user" , " reAuthenticate" ],
61
61
data : () => ({
62
62
authorizing: false ,
63
- origin: " https://studio.vueplay.com"
63
+ origin: " https://studio.vueplay.com" ,
64
+ mounted: false
64
65
}),
65
66
mounted () {
66
67
this .origin = location .origin .startsWith (" http" ) ? location .origin : " https://studio.vueplay.com"
68
+ this .mounted = true
67
69
},
68
70
methods: {
69
71
login () {
You can’t perform that action at this time.
0 commit comments