doway-coms 2.10.22 → 2.10.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.10.22",
3
+ "version": "2.10.23",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -459,6 +459,8 @@ export default {
459
459
  * 黏贴附件
460
460
  */
461
461
  async pasteFileClick(){
462
+ console.debug('navigator')
463
+ console.debug('navigator.clipboard',navigator.clipboard)
462
464
  const items = await navigator.clipboard.read();
463
465
  console.debug('items',items)
464
466
  for (const item of items) {