This commit is contained in:
syuilo 2018-08-17 19:35:05 +09:00
parent 9776d8e06b
commit 8d3f71d490
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ import Vue from 'vue';
import * as anime from 'animejs';
export default Vue.extend({
props: ['source', 'compact'],
data() {
return {
v: this.$store.state.device.visibility
v: this.$store.state.device.visibility || 'public'
}
},
props: ['source', 'compact'],
mounted() {
this.$nextTick(() => {
const popover = this.$refs.popover as any;