Vue Instance 或 Component 都有各自的資料,對前端來講,空有資料是沒意義的,必須讓使用者閱讀、操作,資料綁定串起這兩端的連結。 new Vue({ el: '#app", data: ...
確定! 回上一頁