hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

组件渲染完毕事件 #623

Open iCodek opened 4 years ago

iCodek commented 4 years ago

请问有没有组件内元素渲染完毕的回调 this.$refs.md.$nextTick(() => { setTimeout(() => { let blocks = this.$el.querySelectorAll('pre code') blocks.forEach((block) => hljs.highlightBlock(block)) }, 1000) }) 目前只能延迟1秒才调高亮