vue3标注类型

140 阅读1分钟

TypeScript 与组合式 API | Vue.js (vuejs.org)

  1. 为组建的props标注类型
  2. 为组件的emits标注类型
  3. 为ref()标注类型
  4. 为reactive()标注类型
  5. 为computed()标注类型
  6. 为事件处理函数标注类型
  7. 为provide/inject标注类型
  8. 为模板引用标注类型
  9. 为组件模板引用标注类型