Appearance
API 参考
全局 API
引用
- createApp() {#create-app}
- createSSRApp() {#create-ssr-app}
- app.mount() {#app-mount}
- app.unmount() {#app-unmount}
- app.provide() {#app-provide}
- app.component() {#app-component}
- app.directive() {#app-directive}
- app.use() {#app-use}
- app.mixin() {#app-mixin}
- app.version {#app-version}
- app.config {#app-config}
- app.config.errorHandler {#app-config-errorhandler}
- app.config.warnHandler {#app-config-warnhandler}
- app.config.performance {#app-config-performance}
- app.config.compilerOptions {#app-config-compileroptions}
- app.config.globalProperties {#app-config-globalproperties}
- app.config.optionMergeStrategies {#app-config-optionmergestrategies}
组合式 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}
- 限制