我需要重写 这段代码
export default Vue.extend({ functional: true, render(h, { props, slots, data }) { const { href, external, target, type, button } = props; const slot = slots().default; console.log(data); ....
到 Vue 3 组合脚本设置, 所以我设法得到了
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
如果您仍然需要这个,
useSlots().default()返回槽的数据,包括 DOM 属性。