摘要: export default { data() { return { min: 1, max: 10, timer:null //定时器名称 } }, mounted() { this.add(); }, methods: { add() { let _this = this; _this.time 阅读全文
posted @ 2020-06-03 09:28 FancyAnnaYL 阅读(2639) 评论(0) 推荐(0) 编辑