vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Bumped up the vue-toc ver to avoid breaking reactivity #2281

Closed mprinc closed 3 years ago

mprinc commented 3 years ago

Please check the https://github.com/isy/vue-toc/pull/8 I did on vue-toc. It was bringing a lot of issues with having vue as pure dependency.

This is the only change (moving vue to peerDependency) same as in vue-material.

Without it would end up with two vue packages (if vue-material is not at the same depth as the main app) which would break reactivity and bring many other nasty errors

Here is the issue: #2280