devjin0617 / vue2-admin-lte

:bar_chart: adminLTE to vuejs v2.x converting project
https://devjin0617.github.io/vue2-admin-lte
MIT License
1.07k stars 323 forks source link

sidebar and Sidebar toggle button #40

Open xylearn921 opened 6 years ago

xylearn921 commented 6 years ago

The drop-down menu cannot be expanded and the Sidebar toggle button cannot toggle sidebar

bsamadi commented 6 years ago

In NavBar.vue, change data-toggle="offcanvas" to data-toggle="push-menu".

kavinbj commented 6 years ago

the Sidebar toggle button cannot toggle sidebar

bsamadi commented 6 years ago

@kavinbj I posted the solution. It's above your comment.

minhdaica commented 6 years ago

@bsamadi tks for help, it's work