Fix bug
This commit is contained in:
		| @@ -27,12 +27,13 @@ export default Vue.extend({ | ||||
| 		}, | ||||
| 		raw: { | ||||
| 			default: false | ||||
| 		}, | ||||
| 		hide: { | ||||
| 			type: Boolean, | ||||
| 			default: true | ||||
| 		} | ||||
| 	}, | ||||
| 	data() { | ||||
| 		return { | ||||
| 			hide: true | ||||
| 		}; | ||||
| 	}, | ||||
| 	computed: { | ||||
| 		style(): any { | ||||
| 			return { | ||||
|   | ||||
| @@ -36,12 +36,13 @@ export default Vue.extend({ | ||||
| 		}, | ||||
| 		inlinePlayable: { | ||||
| 			default: false | ||||
| 		}, | ||||
| 		hide: { | ||||
| 			type: Boolean, | ||||
| 			default: true | ||||
| 		} | ||||
| 	}, | ||||
| 	data() { | ||||
| 		return { | ||||
| 			hide: true | ||||
| 		}; | ||||
| 	}, | ||||
| 	computed: { | ||||
| 		imageStyle(): any { | ||||
| 			return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo