yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component
MIT License
646 stars 194 forks source link

Set components to compat mode 3 #252

Closed JManou closed 1 year ago

JManou commented 1 year ago

Set components to compat mode 3 to avoid side effects when an app is globally configured with compat mode 2. With instance listeners and class and style binding enabled in vue compat mode 2, the events and class attributes are not passed to child component. The issue is fixed once each component is set to compat mode 3.