composition-api
composition-api copied to clipboard
Whether the `optionMergeStrategies` for `setup` should be removed
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.