摘要: <template> <div class="choose-item"> <div v-for="(item,index) in data" :key="index"> <label> <span>{{item.name}}</span> <input type="radio" name="pay" 阅读全文
posted @ 2021-09-24 10:34 chicidol 阅读(488) 评论(0) 推荐(0)
摘要: 安装:npm install vue-picture-preview-extend main.js中引入: import vuePicturePreview from 'vue-picture-preview-extend' Vue.use(vuePicturePreview) 在根组件App.vu 阅读全文
posted @ 2021-09-24 10:26 chicidol 阅读(1249) 评论(0) 推荐(0)