公寓详情
This commit is contained in:
@@ -8,7 +8,6 @@ import { ref, watch, onMounted, getCurrentInstance, nextTick, createApp } from '
|
||||
import store from '@/store/index';
|
||||
|
||||
|
||||
console.log("store", store);
|
||||
let showLoginModal = ref(false);
|
||||
|
||||
watch(() => store.state.showloginmodal, (newValue) => {
|
||||
|
||||
Reference in New Issue
Block a user