Featured image of post vue3 API Overview

vue3 API Overview

The Vue3 API primarily includes the following six parts...

Reprinted from:https://juejin.cn/post/7164159759619194893?searchId=2024032017252280F2BEB330E83B03F282 And update the API to the latest version of Vue.

The Vue3 API primarily includes the following six parts:

  • Global API — APIs used globally

  • Compositional API — Compositional API possessed by Vue3

  • Options API — Options API possessed by Vue2

  • Built-in Content — Instructions, Components, Special elements, and Special attributes

  • Single-file Components — Syntax definitions

  • Advanced API — Rendering functions, Server-side rendering, TS utility types, and Custom renderers


Global API

Composition API

Options API

Built-ins

Single File Components (SFC)

Advanced APIs


Mind Map URL: https://github.com/kxming/skstory/blob/master/content/post/2024-03-20-2/vue3%20API%20Overview.xmind