Vue3ApplyAPI组合式 APIdefineSlots本页总览defineSlots2023年10月24日柏拉文越努力,越幸运 一、认识 defineSlots 二、语法 <script setup lang="ts">const slots = defineSlots<{ default(props: { msg: string }): any}>()</script>