fix: replace route for account tabs

This commit is contained in:
三咲智子 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

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>