New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue3-dnd

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-dnd - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

package.json
{
"name": "vue3-dnd",
"version": "2.0.2",
"description": "Drag and Drop for Vue3",
"version": "2.0.3",
"description": "Drag and Drop for Vue Composition API",
"author": "hcg1023 <2293885211@qq.com>",

@@ -28,3 +28,3 @@ "main": "dist/cjs/index.js",

},
"homepage": "https://hcg1023.github.io/vue3-dnd/",
"homepage": "https://www.vue3-dnd.com",
"bugs": "https://github.com/hcg1023/vue3-dnd/issues",

@@ -31,0 +31,0 @@ "license": "MIT",

# Vue3 Dn<img src="http://image.haochenguang.cn/pictures/vue3-dnd.svg" width="28">
[官网](https://hcg1023.github.io/vue3-dnd/) |
[国内镜像](https://haochenguang.gitee.io/vue3-dnd/)
## 文档
[vue3-dnd.com](https://www.vue3-dnd.com)

@@ -53,5 +53,2 @@ React Dnd 的 Composition-api 实现。

## 文档
[https://hcg1023.github.io/vue3-dnd/](https://hcg1023.github.io/vue3-dnd/)
## 注意

@@ -58,0 +55,0 @@ 1. **由于 composition-api 的限制,请不要尝试从 useDrag 和 useDrop 等钩子中解构 collect 参数,这样会失去响应性,例如:**

# Vue3 Dn<img src="http://image.haochenguang.cn/pictures/vue3-dnd.svg" width="28">
[website](https://hcg1023.github.io/vue3-dnd/) |
[中文官网](https://haochenguang.gitee.io/vue3-dnd/)
## Document
[vue3-dnd.com](https://www.vue3-dnd.com)

@@ -24,3 +24,3 @@ React Dnd implementation in Vue Composition-api.

**[中文](./README_ZH.md)** | **[English](README.md)**
**[中文](https://github.com/hcg1023/vue3-dnd/blob/main/packages/vue3-dnd/README_ZH.md)** | **[English](README.md)**

@@ -53,6 +53,2 @@ ## Using

## Docs
[https://hcg1023.github.io/vue3-dnd/](https://hcg1023.github.io/vue3-dnd/)
This document is now in Chinese, if you need English, Please refer to the [react-dnd](https://react-dnd.github.io/react-dnd/docs/overview) documentation and [github example](https://github.com/hcg1023/vue3-dnd/tree/main/src/examples), and we will supplement our documentation later.
## Notice

@@ -59,0 +55,0 @@ 1. **Because of composition-API limitations, please do not attempt to deconstruct assignment for the collect parameter from hooks such as useDrag and useDrop, otherwise it will lose its responsiveness, Such as:**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc