This commit is contained in:
dap
2024-08-16 23:01:48 +08:00
44 changed files with 1190 additions and 1104 deletions

View File

@@ -40,10 +40,10 @@
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.0",
"ant-design-vue": "^4.2.3",
"dayjs": "^1.11.12",
"pinia": "2.2.1",
"pinia": "2.2.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
}

View File

@@ -161,7 +161,7 @@ const routes: RouteRecordRaw[] = [
import(
'#/views/demos/features/hide-menu-children/children.vue'
),
meta: { title: 'HideChildrenInMenuChildrenDemo' },
meta: { title: $t('page.demos.features.hideChildrenInMenu') },
},
],
},