vue2-admin-lte icon indicating copy to clipboard operation
vue2-admin-lte copied to clipboard

Calling layout.fix() and layout.fixSidebar()

Open hjf opened this issue 6 years ago • 1 comments

Hello. Sometimes my sidebar isn't refreshed when new data is added. The data is added via a computed property, from Vuex. If I see the HTML source, I see that the <li> items are there. But the sidebar isn't showing them.

I've investigated and it seems I'd have to call layout.fix() and layout.fixSidebar() for this to work. How can I accomplish this from Vue?

hjf avatar Apr 05 '18 18:04 hjf