Level 9
I am refactoring my vue app from options api to composition api. It's work fine with both apis is same app.
But in the end I will go with the composition api because I found one benefit here,
https://v3.vuejs.org/guide/migration/global-api-treeshaking.html#_2-x-syntax
Just my opinion.