v -bind指令用於設置HTML屬性:v-bind:href 縮寫為:href. <!-- 完整語法--> <a v-bind:href="url">123</a> <!-- 縮寫--> <a :href="url">123</a> ...
確定! 回上一頁