In Vue2.x:
we can use render: (h) => {return h(\'global component name\')};
But in vue3.x:
we need to use render: () => {return h(resolveComponent