1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 08:34:04 +02:00
This commit is contained in:
syuilo
2018-09-16 04:31:55 +09:00
parent dda2967e2d
commit 19152c28cb
5 changed files with 29 additions and 22 deletions

View File

@@ -19,12 +19,13 @@ export default Vue.extend({
},
raw: {
default: false
},
hide: {
type: Boolean,
default: true
}
},
data() {
return {
hide: true
};
}
computed: {
style(): any {
let url = `url(${this.image.thumbnailUrl})`;