vuejs / composition-api

Composition API plugin for Vue 2

Home Page:https://composition-api.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whether the `optionMergeStrategies` for `setup` should be removed

nooooooom opened this issue · comments

I learned in this issuse that Mixins for setup method is not supported in Vue3, but is supported by default in composition-api to make it work.

This may cause an implicit problem during Vue version migration. Whether we should remove this handling.

Stale issue message