lazy load + nav2 link

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-24 18:51:40 +03:00
parent 4440cf7fa2
commit 008c2d3cb7
9 changed files with 77 additions and 8 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = {
navigations: {
"nav1.main": "/nav1",
"link.nav1.about": "/",
"link.nav1.profile": "/my-best-profile-page-ever"
"link.nav1.profile": "/my-best-profile-page-ever",
"nav2.main": "/nav2",
},
features: {
"nav1": {