From 3ed5a411f4292e1515427bdd0f32519f37b53e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Thu, 7 Oct 2021 18:21:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20dropdown=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20=E8=A7=A6=E5=8F=91=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- src/module/dropdown/index.vue | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 969f6bd3..14be9ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@layui/layui-vue", - "version": "0.0.10", + "version": "0.0.11", "description": "a component library for Vue 3 base on layui-vue", "main": "lib/layui-vue.umd.js", "module": "lib/layui-vue.es.js", @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://gitee.com/Jmysy/layui-vue" + "url": "https://gitee.com/layui-vue/layui-vue" }, "keywords": [ "layui-vue", @@ -34,9 +34,9 @@ "author": "就眠儀式", "license": "MIT", "bugs": { - "url": "https://gitee.com/Jmysy/layui-vue/issues" + "url": "https://gitee.com/layui-vue/layui-vue/issues" }, - "homepage": "https://gitee.com/Jmysy/layui-vue/blob/master/README.md", + "homepage": "https://gitee.com/layui-vue/layui-vue/blob/master/README.md", "peerDependencies": { "vue": "^3.2.19", "vue-router": "^4.0.10" diff --git a/src/module/dropdown/index.vue b/src/module/dropdown/index.vue index 44cd4335..c984cd25 100644 --- a/src/module/dropdown/index.vue +++ b/src/module/dropdown/index.vue @@ -2,10 +2,11 @@