出现问题:Errors compiling template:目前仅支持解构插槽 otherSlotProps,如 v-slot="{ user }" 1.子组件中 test.vue <view><slotname="other":user="user"></slot><slot></slot></view> 2.在父组件使用 <test><templatev-slot:other="otherSlotProps">{{ otherSlotProps.user.lastName }}</template...