1👍
✅
Oh, I think I found the answer using Vue.resolveComponent
:
render: () => Vue.h(Vue.resolveComponent("q-btn"), { color: "blue" }, "Click me"),
Now the Quasar button is rendered correctly.
Source:stackexchange.com