作者:尤雨溪 https://zhuanlan.zhihu.com/p/68477600 概要 将 2.x 中与组件逻辑相关的选项以 API 函数的形式重新设计。 基本例子 import { value, computed, watch, onMounted } from 'vue' const App = { template: ` <div> <span>count is { { count }}</span> <span>plusOne is { { plusOne }}&...