摘要: <body> <div id="app"> <home-nav></home-nav> <product-item></product-item> <product-item></product-item> <product-item></product-item> </div> <template 阅读全文
posted @ 2022-08-17 14:53 杨建鑫 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <body> <div id="app"> <!-- <home-nav></home-nav> --> <HomeNav></HomeNav> <home-nav></home-nav> <product-item></product-item> <product-item></product-i 阅读全文
posted @ 2022-08-17 14:51 杨建鑫 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <body> <div id="app"> <!-- select的单选 --> <select v-model="fruit"> <option value="apple">苹果</option> <option value="orange">橘子</option> <option value=" 阅读全文
posted @ 2022-08-17 14:45 杨建鑫 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <body> <div id="app"> <div class="gender"> <label for="male"> <input id="male" type="radio" v-model="gender" value="male"> 男 </label> <label for="fema 阅读全文
posted @ 2022-08-17 14:43 杨建鑫 阅读(37) 评论(0) 推荐(0) 编辑
摘要: <body> <div id="app"> <!-- 1.checkbox单选框: 绑定到属性中的值是一个Boolean --> <label for="agree"> <input id="agree" type="checkbox" v-model="isAgree"> 同意协议 </label 阅读全文
posted @ 2022-08-17 14:42 杨建鑫 阅读(69) 评论(0) 推荐(0) 编辑