Namespaced Components with dynamic accessor Component.[dynamic]
Feature suggestion
add support for dynamic namespace components
let selected = "a"
<MyComponent.[selected]></MyComponent.[selected]>
in the spirit of https://vuejs.org/guide/components/slots.html#dynamic-slot-names
Vue version
3.2.36
Link to minimal reproduction
What is expected?
MyComponent.[selected] will compile to
return (_openBlock(), _createBlock( MyComponent[selected] ))