未分類 3 4 月 2021 h 函数中怎么写 template 占位符 h 函数中怎么写 template 占位符 資深大佬 : binhb 0 各位吴彦祖们,h 函数中怎么写 template 占位符 大佬有話說 (5) 資深大佬 : cereschen import { Fragment } from “vue” 主 資深大佬 : binhb @cereschen 感谢感谢,这就去试试,用来写具名插槽 資深大佬 : ubbcou h(HelloWorld, null, { default: () => h(‘div’, null, ‘default’), header: () => h(‘div’, null, ‘header xx’) }) 資深大佬 : ubbcou https://v3.vuejs.org/guide/render-function.html#slots 文档这一篇有例子 主 資深大佬 : binhb @ubbcou #3 正解, 感谢