摘要: 甘特图 预览效果: 安装依赖: npm intall gantt-elastic gantt-elastic-header dayjs -S .vue <template> <!-- <q-page class="q-pa-sm"> --> <div class="app-wrap"> <div c 阅读全文
posted @ 2020-12-03 09:40 hello蔚蓝 阅读(8051) 评论(0) 推荐(0)
摘要: Vue中监听滚动事件 mounted(){ // 监听body的滚动 window.addEventListener("scroll", this.handleScroll); } destroyed() { document.removeEventListener("scroll", this.h 阅读全文
posted @ 2020-12-03 09:35 hello蔚蓝 阅读(885) 评论(0) 推荐(0)