vue-picture-preview icon indicating copy to clipboard operation
vue-picture-preview copied to clipboard

vue picture preview, picture wall, picture manage

Results 15 vue-picture-preview issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.3 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...

dependencies

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.3.2 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

`rowCount() { return Math.floor(this.gridResponsiveWidth / this.cellWidth); },` 这里计算有误,应该要考虑上spaceBetween,否则计算出的个数有误

可能是这里的问题,只对长度不为0做了判断,而没对长度为0的时候做响应 https://github.com/heikaimu/vue-picture-preview/blob/78b0394c366158ac3db97d797dc3b885bca00e49/src/lib/main/index.vue#L109 我自己加了else以后可以清空数组了,但是有啥后遗症还未测试

大佬,请问能不能加上一个键盘控制的功能啊,还有滚轮缩放的速度能不能设成变量,谢谢大佬

if (nextItems.length > oldItems.length) { this.createdList(nextItems); }