yaminncco / vue-sidebar-menu

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

Uncaught TypeError: Object(...) is not a function #196

Closed pieroliviermarquis closed 3 years ago

pieroliviermarquis commented 3 years ago

I get this error when using it with Vuejs2:

vue-sidebar-menu.esm.js?2ab6:3 Uncaught TypeError: Object(...) is not a function
    at eval (vue-sidebar-menu.esm.js?2ab6:3)

The problem is with ref below: var isCollapsed = ref(false);

yaminncco commented 3 years ago

v5.x only support vue3, if you want to use vue2 refer to the doc