cjboy
Results
2
comments of
cjboy
One possible solution here, you can replace the string name with registered component Object. ```javascript import MySelect from './MySelect.vue' import MyCheckbox from './MyCheckbox.vue' const configs = [ { type: MySelect,...
Same issue here with Nuxt 3