change default view
This commit is contained in:
parent
afb05e08c0
commit
48d81f16c7
@ -99,7 +99,9 @@ const commits2 = computed(() => {
|
|||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
live.value = false;
|
live.value = false;
|
||||||
});
|
});
|
||||||
const tab = ref(window.location.hash.search("block")>-1?"2":"3")
|
|
||||||
|
//const tab = ref(window.location.hash.search("block")>-1?"2":"3")
|
||||||
|
const tab = ref("2")
|
||||||
function changeTab(v: string) {
|
function changeTab(v: string) {
|
||||||
tab.value = v
|
tab.value = v
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user