You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Vue.js 2 tree navigation with vue-router support
4
4
5
-
For more information see [documentation/demo](https://vue-tree-navigation.misrob.cz)
5
+
For more detailed information see [documentation/demo](https://vue-tree-navigation.misrob.cz)
6
6
7
7
## Features
8
8
9
9
- unlimited number of levels
10
10
- optional [vue-router](https://router.vuejs.org/en/) support (v2.0.0 or higher)
11
-
- a possibility to define a default open level
11
+
- generate navigation items automatically from _vue-router_ routes or define them manually
12
+
- define a default open level
12
13
- auto-open a level when a corresponding URL visited
13
14
- focused on core functionality, only necessary styles included
14
15
- elements are provided with meaningful classes to make customizations comfortable (for example `NavigationItem--active`, `NavigationLevel--level-1`, `NavigationLevel--closed`)
15
-
- external URLs support
16
16
17
17
## Example
18
18
19
+
### 1. Navigation items generated from _vue-router_ routes
20
+
21
+
Let's suppose you use _vue-router_ with the following routes definition
0 commit comments