dcloudio / uni-app

A cross-platform framework using Vue.js
https://uniapp.dcloud.io
Apache License 2.0
40.09k stars 3.63k forks source link

多个具名插槽使用过滤器、方法报错(仅在第一个插槽有效) #3828

Closed EmptyG2018 closed 2 years ago

EmptyG2018 commented 2 years ago

问题描述 在组件中使用多个具名插槽时,使用过滤器、方法会存在报错。但仅在第一个插槽中使用能够正常运行。

image image

预期结果 希望能与 vue 效果保持一致。 codesandbox:https://codesandbox.io/s/elated-haslett-9tk7eo?file=/src/App.vue

实际结果 image

系统信息:

zhetengbiji commented 2 years ago

scopedSlotsCompiler 配置为 augmented 试试 https://uniapp.dcloud.net.cn/collocation/manifest.html#mp-weixin