vue-drag-verify
vue-drag-verify copied to clipboard
This is a vue component, which is sliding to unlock some functionalities, such as login or sign up. This is used to protect your web app from attack.
在最新的vuevue2.7.16版本中使用该组件时,拖动到最右边后小滑块又跳回left=“0px”位置
Bumps [debug](https://github.com/debug-js/debug), [compression](https://github.com/expressjs/compression), [express](https://github.com/expressjs/express) and [serve-index](https://github.com/expressjs/serve-index). These dependencies needed to be updated together. Updates `debug` from 2.6.8 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp...
Bumps [express](https://github.com/expressjs/express) from 4.15.4 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.4.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
How to disable the com
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.8.2 to 3.1.11. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.1.11 > > ## [3.1.11](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.1.11) (2018-12-21) > > > ### Bug Fixes > > * **bin/options:**...
1. 在dragVerify.vue中的dragStart方法中添加了一行`e.preventDefault && e.preventDefault()`以阻止浏览器对滑动的默认响应,并更新了版本号为1.0.7 In the dragStart method of dragVerify.vue, a line `e.preventDefault && e.preventDefault()` was added to prevent the default response of browsers to sliding, and the version number...
The handlerStyle should't be 'this.height- 2',cause handler be distance with and background is not full of the div, it's ugly