dropdown in sidebar item #3405
-
const sidebarItemsDataProduct = [
{
title: "Produk",
icon: "inventory_2",
allowedRoles: ["administrator"],
to: "/products",
},
{
title: "Tipe Produk",
icon: "category",
allowedRoles: ["administrator"],
to: "/product-types",
},
{
title: "Module",
icon: "view_module",
allowedRoles: ["administrator"],
to: "/modules",
},
{
title: "Quiz",
icon: "quiz",
allowedRoles: ["administrator"],
to: "/quiz",
},
]; how can i use dropdown only for one item?, can i use dropdown in sidebar? |
Beta Was this translation helpful? Give feedback.
Answered by
Bond-Addict
May 8, 2023
Replies: 2 comments 2 replies
-
Hi. I don't really understand your question. But, here is implementation of using collapse in sidebar menu: https://github.com/epicmaxco/vuestic-admin/blob/master/src/components/sidebar/menu/MenuAccordion.vue |
Beta Was this translation helpful? Give feedback.
1 reply
-
@Fanreza this is from a current project of mine.
navigation object type:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Fanreza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Fanreza this is from a current project of mine.