Fix bug
This commit is contained in:
		| @@ -95,7 +95,7 @@ export default Vue.extend({ | ||||
| 	}, | ||||
|  | ||||
| 	created() { | ||||
| 		if (this.$store.state.device.autoPopout && this.popoutUrl) { | ||||
| 		if ((this as any).os.store.state.device.autoPopout && this.popoutUrl) { | ||||
| 			this.popout(); | ||||
| 			this.preventMount = true; | ||||
| 		} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo