API 参考
全局 API
引用
组合式 API
setup()
响应式: 进阶
生命周期钩子
选项式 API
生命周期选项
内置内容
单文件组件
语法定义
<script setup>
- 基本语法 {#basic-syntax}
- 响应式
- 使用组件 {#using-components}
- 使用自定义指令 {#using-custom-directives}
- defineProps() 和 defineEmits() {#defineprops-defineemits}
- defineExpose
- useSlots() 和 useAttrs() {#useslots-useattrs}
- 与普通的 <script> 一起使用 {#usage-alongside-normal-script}
- 顶层 await {#top-level-await}
- 仅限 TypeScript 的功能 {#typescript-only-features}
- 限制