mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
fix: replace route for account tabs
This commit is contained in:
parent
9f7c5a2040
commit
a8135197c9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue