摘要:
能正确打印h1标签宽度的方法 <div id="app"> <h1 ref="h1" v-if="show">nowcoder</h1> </div> <script> new Vue({ el: '#app', data: { show: false }, mounted() { this.sho 阅读全文
posted @ 2021-11-20 21:09
慕斯星球
阅读(353)
评论(0)
推荐(0)
摘要:
setInterval()是周期性定时器 setTimeout()是一次性定时器 今天的重点不是比较它俩的区别,而是比较其中的参数回调函数: setTimeout(()=>{ console.log(this) }) setTimeout(function (){ console.log(this) 阅读全文
posted @ 2021-11-20 21:02
慕斯星球
阅读(400)
评论(0)
推荐(0)
摘要:
核心逻辑是点击某个li块时,将当前下标赋值给data变量curIndex,利用绑定动态class,判断当前index和curIndex是否一样来控制style样式。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <tit 阅读全文
posted @ 2021-11-20 17:46
慕斯星球
阅读(53)
评论(0)
推荐(0)

浙公网安备 33010602011771号