Merged with new stuff for CreatorPage
This commit is contained in:
@@ -36,7 +36,7 @@ import {eventBus} from '@/eventBus.js';
|
||||
import {useUserStore} from "@/stores/user.js";
|
||||
import {useClient} from "@/plugins/api.js";
|
||||
|
||||
const hideSideBar = ref(false);
|
||||
const hideSideBar = ref(true);
|
||||
const isUserLoaded = ref(false);
|
||||
const showPopup = ref(false);
|
||||
const popup = ref(null);
|
||||
|
||||
Reference in New Issue
Block a user