Comparing version 2.0.2 to 2.0.3
{ | ||
"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:** |
315751
243