doc: add class="nav-sidebar" to <ul>, in order to collapse Multilevel.

pull/5429/head
胡桃仁 2023-11-30 11:43:15 +08:00 committed by GitHub
parent a6a1fd3341
commit 3160a4ff9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ This plugin can be activated as a jQuery plugin or using the data api.
Add `data-widget="treeview"` to any `ul` or `ol` element to activate the plugin.
```html
<ul data-widget="treeview">
<ul class="nav-sidebar" data-widget="treeview">
<li><a href="#">One Level</a></li>
<li class="nav-item">
<a class="nav-link" href="#">Multilevel</a>