要如何傳遞數字、布林值、陣列、物件等值給 prop 接收,這時候就要借助Vue 的指令 v-bind 。 ... template: `<div> <span>component內的{{counter}}</span> <button ...
確定! 回上一頁