fix: replace route for account tabs
parent
9f7c5a2040
commit
a8135197c9
|
@ -37,5 +37,5 @@ const tabs = $computed(() => [
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<CommonRouteTabs force :options="tabs" prevent-scroll-top command border="base b" />
|
<CommonRouteTabs force replace :options="tabs" prevent-scroll-top command border="base b" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue