diff --git a/src/button/index.vue b/src/button/index.vue index 740eade..87bc27b 100644 --- a/src/button/index.vue +++ b/src/button/index.vue @@ -86,21 +86,25 @@ function draw(rc: RoughSVG, svg: SVGSVGElement) { diff --git a/src/checkbox/checkbox-group.vue b/src/checkbox/checkbox-group.vue index edb8861..c65e0b8 100644 --- a/src/checkbox/checkbox-group.vue +++ b/src/checkbox/checkbox-group.vue @@ -52,9 +52,9 @@ provide(modelInjection, $$(model)) diff --git a/src/checkbox/index.vue b/src/checkbox/index.vue index bee548f..ba098f7 100644 --- a/src/checkbox/index.vue +++ b/src/checkbox/index.vue @@ -135,6 +135,8 @@ function draw(rc: RoughSVG, svg: SVGSVGElement) { diff --git a/src/link/index.vue b/src/link/index.vue index 1e09484..f16af60 100644 --- a/src/link/index.vue +++ b/src/link/index.vue @@ -28,7 +28,11 @@ defineSlots<{ diff --git a/src/popover/index.vue b/src/popover/index.vue index 3d205ab..5bbebb0 100644 --- a/src/popover/index.vue +++ b/src/popover/index.vue @@ -179,19 +179,20 @@ function draw(rc: RoughSVG, svg: SVGSVGElement) {