Kummy's Blog

o(︶︿︶)o { name : 'Kummy' , job : 'Feser' }

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

import customCom from 'xxx.vue'

render:  (h) => {
    return h(customCom)
}

 

posted @ 2019-04-30 10:45  李 维  阅读(518)  评论(0编辑  收藏  举报