Fix bug
This commit is contained in:
parent
dda2967e2d
commit
19152c28cb
5 changed files with 29 additions and 22 deletions
|
|
@ -32,11 +32,12 @@ export default Vue.extend({
|
|||
media: {
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
hide: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
hide: true
|
||||
};
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue