Side Nav v1
// gunakan function emit @actionMenu untuk dapat informasi dari menu yang diklik
// gnakan object slug sebagai menu yang aktif
activeSideNav: "ctas-efaktur"
listSideNav: [{
groupName: "Layanan Mandiri",
children: [{
id: 1,
label: "e-Billing",
slug: "ebilling",
iconName: "ebilling",
active: true
},
{
id: 2,
label: "e-Filing",
slug: "efiling",
iconName: "efiling",
active: true
},
{
id: 3,
label: "e-Faktur",
slug: "invoice",
iconName: "invoice",
active: false
},
{
id: 4,
label: "e-Bupot Unifikasi",
slug: "ebupot-unifikasi",
iconName: "ebupot-unifikasi",
active: true
},
{
id: 5,
label: "e-Materai",
slug: "ematerai",
iconName: "ematerai",
active: true
}
]
},
{
groupName: "Core Tax Administration System",
children: [{
id: 6,
label: "CTAS e-Billing",
slug: "ctas-ebilling",
iconName: "ctas-ebilling",
active: true
},
{
id: 7,
label: "CTAS e-Faktur",
slug: "ctas-efaktur",
iconName: "ctas-efaktur",
active: true
},
{
id: 7,
label: "CTAS e-Bupot",
slug: "ctas-ebupot-unifikasi",
iconName: "ctas-ebupot-unifikasi",
active: true
}]
},
{
groupName: "Sistem Otomatis dan Enterprise",
children: [{
id: 8,
label: "Taxomatic PPh",
slug: "training",
iconName: "training",
active: true
},
{
id: 9,
label: "Rekonsiliasi PPN",
slug: "rekonsiliasi",
iconName: "rekonsiliasi",
active: true
}]
}]`
}}