Vue: composition API vs option API tags:Vue ### option API 在 ... 因為setup在生命週期beforeCreate和created前執行,此時vue對象還沒創建,因此無法在Vue3中使用this。
確定! 回上一頁