摘要: html元素 <div v-show="toastFlag == '0'"> //弹窗1 </div> <div v-show="toastFlag == '1'"> //弹窗2 </div> <div v-show="toastFlag == '2'"> //弹窗3 </div> async st 阅读全文
posted @ 2020-12-18 16:30 lzhflzjx 阅读(592) 评论(0) 推荐(0)
摘要: { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>\n", " </div>", "</template>\n", "<script>", "export default {", " name:'',", 阅读全文
posted @ 2020-12-18 14:28 lzhflzjx 阅读(157) 评论(0) 推荐(0)
摘要: //设置一个最外层元素 .home { height:100vh, overflow:srocll; } 阅读全文
posted @ 2020-12-18 14:09 lzhflzjx 阅读(538) 评论(0) 推荐(0)