摘要: 父组件: <sendsms :to="phoneNumber" /> 子组件 <template> <div class="sendsms"> <div class="content"> <button class="button" :disabled="smsdisable" v-text="bu 阅读全文
posted @ 2018-10-18 10:15 凌珊 阅读(533) 评论(0) 推荐(0) 编辑
摘要: { path: '/goodDetail', component:goodDetail } selectGood(){ router.push({ path: 'goodDetail', query:{goodId:this.goodDetail.id}}) } 详情页: export defaul 阅读全文
posted @ 2018-10-18 10:08 凌珊 阅读(943) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue' import VueClipboard from 'vue-clipboard2' Vue.use(VueClipboard) 法一: <template id="t"> <div class="container"> <input type="text" 阅读全文
posted @ 2018-10-18 10:06 凌珊 阅读(1855) 评论(0) 推荐(0) 编辑