vue-happy-scroll
vue-happy-scroll copied to clipboard
基于vue2.0实现的滚动条插件。scroll component for vue2.0
增加了一个作用于页面最外部的scroll, 可以监听外部浏览器宽高的变化
组件外层的div我这边业务需求无法限制死宽度,这样做横向滚动的话,滚动条的宽度不会自适应
使用element-ui的collapse组件,使用v-if打开关闭后会被遮盖20像素,发现打开关闭后isScrollNotUseSpace元素是undefined。 解决: scroll.vue文件 331行Vue._happyJS._isScrollNotUseSpace !== undefined改成this.isScrollNotUseSpace !== undefined即可。
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [commitizen](https://github.com/commitizen/cz-cli) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's...
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Removes [loader-utils](https://github.com/webpack/loader-utils). It's no longer used after updating ancestor dependency [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue). These dependencies need to be updated together. Removes `loader-utils` Updates `rollup-plugin-vue` from 2.4.1 to 6.0.0 Release notes Sourced from...