vue 之 render 函数不能渲染非全局自定义函数-方案

import customCom from 'xxx.vue'

render:  (h) => {
    return h(customCom)
}
原文地址:https://www.cnblogs.com/Kummy/p/10794674.html