2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 09:17:18 +08:00

fix: 菜单翻译无法被自动读取

This commit is contained in:
2025-04-13 15:49:23 +08:00
parent 98d9af89ec
commit 623dcbce1c
8 changed files with 35 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { translateTitle } from '@/utils'
import { translateTitle } from '@/locales/menu'
interface Props {
showFooter?: boolean