vue3-dragable-bar
Advanced tools
Comparing version
{ | ||
"name": "vue3-dragable-bar", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "可拖动的长条", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitee.com/linuxmail/vue3-dragable-bar.git" | ||
"url": "git+https://github.com/mailhonor/vue3-dragable-bar.git" | ||
}, | ||
@@ -17,8 +17,8 @@ "keywords": [ | ||
"email": "eli960@qq.com", | ||
"url": "https://gitee.com/linuxmail/vue3-dragable-bar" | ||
"url": "https://github.com/mailhonor/vue3-dragable-bar" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://gitee.com/linuxmail/vue3-dragable-bar/", | ||
"homepage": "https://github.com/mailhonor/vue3-dragable-bar/", | ||
"bugs": { | ||
"url": "https://gitee.com/linuxmail/vue3-dragable-bar/issues" | ||
"url": "https://github.com/mailhonor/vue3-dragable-bar/issues" | ||
}, | ||
@@ -25,0 +25,0 @@ "main": "./dist/index.mjs", |
@@ -5,3 +5,3 @@ # vue3-dragable-bar | ||
网址: https://gitee.com/linuxmail/vue3-dragable-bar | ||
网址: https://github.com/mailhonor/vue3-dragable-bar | ||
@@ -13,3 +13,3 @@ 在一个容器里, 拖动一个小div, 然后根据拖动后的位置, 做到resize的效果 | ||
https://gitee.com/linuxmail/vue3-dragable-bar/demo | ||
https://github.com/mailhonor/vue3-dragable-bar/blob/master/demo/app.vue | ||
@@ -16,0 +16,0 @@ ## 演示 |
7566
0.34%