Common Mistake with Vue.js: Misuse of Composables

Developers often misuse Vue.js by invoking composables outside of setup() functions. The correct practice is to invoke composables within setup(), which provides useful utilities for use elsewhere.

via What you're doing wrong with Vue.js 🙅‍♂️ pt 6