一般使用. <a v-bind:href="link">I am link.</a>({ props: { link: String, }, // link from props data: { link: YOUR_DATA, } // or from data }) ...
確定! 回上一頁