摘要: handleBtnClick () { // 当前时间 var currentTime= parseInt(new Date().getTime()/1000); // 未来时间 var futureTime = parseInt(new Date('2020/04/03 17:50:00').ge 阅读全文
posted @ 2020-04-02 17:55 本溢 阅读(500) 评论(0) 推荐(0) 编辑
摘要: <template> <!-- 月份滑块组件 --> <div class="picker"> <button @click="handlePickerBtn('底部弹出')">底部弹出</button> <div class="picker-box" :class="{'picker-box-ac 阅读全文
posted @ 2020-04-02 15:29 本溢 阅读(2774) 评论(0) 推荐(0) 编辑
摘要: { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>", " </div>", "</template>", "", "<script>", " export default {", " data() {", 阅读全文
posted @ 2020-04-02 14:49 本溢 阅读(1056) 评论(0) 推荐(0) 编辑