web小菜菜  

2021年3月9日

摘要: 一、handler方法和immdiate属性 watch默认绑定,页面首次加载时,是不会执行的。只有值发生改变才会执行。 如果想立即执行怎么办? https://blog.csdn.net/djrm11/article/details/113839525?utm_medium=distribute. 阅读全文
posted @ 2021-03-09 17:13 web小菜菜 阅读(91) 评论(0) 推荐(0) 编辑

2021年3月3日

摘要: $moment 精确到时分秒:this.$moment(datas.accidentTime, 'YYYY-MM-DD HH:mm:ss') 精确到年月日:this.$moment(datas.accidentTime, 'YYYY-MM-DD ') 阅读全文
posted @ 2021-03-03 14:38 web小菜菜 阅读(17) 评论(0) 推荐(0) 编辑
 
摘要: 刷新组件<template><router-view v-if="isRouterAlive"/></template><script>export default { data () { return { isRouterAlive: true } }, methods: { reload () 阅读全文
posted @ 2021-03-03 14:11 web小菜菜 阅读(54) 评论(0) 推荐(0) 编辑