Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

VueJS Route Requirement for sectionTitle


heading: "cove",
pages: [
{
heading: "data_analytics",
route: "/analytics",
keenthemesIcon: "parcel-tracking",
bootstrapIcon: "bi-archive",
},
{
sectionTitle: "data_blueprints",
route: "/",
keenthemesIcon: "triangle",
bootstrapIcon: "bi-person",
sub: [
{
heading: "accountOverview",
route: "/crafted/account/overview",
},
{
heading: "settings",
route: "/crafted/account/settings",
},
],
},


Why does removing the route in :
sectionTitle: "data_blueprints",
route: "/",

Makes the menu item disappear? Why would we need to put a route for a parent menu item that will never route anywhere and that is only used to present child items?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Thank you for your feedback.

route property is required since we are using this property to highlight and open section accordion when it has an active child.

For example, pages section has routes /crafted/pages/profile/overview and /crafted/pages/profile/projects. By specifying route: "/pages" you will activate the section title for these pages.

The menu configuration isn't documented at the moment I added a task to prepare documentation explaining all menu configuration properties.

Please let us know if you have any further questions on this topic or anything else.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(