feat(layout): 菜单支持国际化
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 3m42s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m34s

This commit is contained in:
严浩
2025-10-23 18:15:45 +08:00
parent cec32dceb2
commit 93ecda7617
13 changed files with 76 additions and 23 deletions

View File

@@ -3,9 +3,7 @@ import { ref } from 'vue';
import { NButton } from 'naive-ui';
definePage({
meta: {
title: '点击计数器',
},
meta: {},
});
// ========== 计数器模块 ==========