feat: add the attribute routeCached to route to control cache the DOM corresponding to the route

This commit is contained in:
Jin Mao
2026-02-27 16:04:01 +08:00
parent 45b843f344
commit bd22793ceb
9 changed files with 301 additions and 83 deletions

View File

@@ -30,6 +30,7 @@ const routes: RouteRecordRaw[] = [
meta: {
icon: 'mdi:page-previous-outline',
title: $t('demos.access.pageAccess'),
domCached: true,
},
},
{