1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 18:26:13 +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

@@ -32,11 +32,12 @@ export default Vue.extend({
media: {
type: Object,
required: true
},
hide: {
type: Boolean,
default: true
}
},
data() {
return {
hide: true
};
}
})
</script>