+
{{ item.title }}
diff --git a/src/@fuse/components/navigation/vertical/item/item.component.html b/src/@fuse/components/navigation/vertical/item/item.component.html
index a90e4f99..31da0d39 100644
--- a/src/@fuse/components/navigation/vertical/item/item.component.html
+++ b/src/@fuse/components/navigation/vertical/item/item.component.html
@@ -1,7 +1,7 @@
-
@@ -9,19 +9,20 @@
-
-
-
@@ -29,7 +30,8 @@
-
diff --git a/src/@fuse/types/fuse-navigation.ts b/src/@fuse/types/fuse-navigation.ts
index 823d633f..4c029c04 100644
--- a/src/@fuse/types/fuse-navigation.ts
+++ b/src/@fuse/types/fuse-navigation.ts
@@ -7,6 +7,7 @@ export interface FuseNavigationItem
icon?: string;
hidden?: boolean;
url?: string;
+ classes?: string;
exactMatch?: boolean;
externalUrl?: boolean;
openInNewTab?: boolean;