fix: replace route for account tabs

zio/stable
三咲智子 2023-01-04 17:00:58 +08:00
parent 9f7c5a2040
commit a8135197c9
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ const tabs = $computed(() => [
</script>
<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>