From 91fe0b3760502fab3359ee4a093e92f663ef229b Mon Sep 17 00:00:00 2001 From: smithoo Date: Tue, 28 May 2024 16:12:44 +0900 Subject: [PATCH] feat(VsInput): remove prepend / append buttons (#185) --- .../src/components/vs-input/VsInput.vue | 44 ++----- .../vs-input/__tests__/vs-input.test.ts | 78 +------------ .../vs-input/stories/VsInput.stories.ts | 107 +++--------------- 3 files changed, 23 insertions(+), 206 deletions(-) diff --git a/packages/vlossom/src/components/vs-input/VsInput.vue b/packages/vlossom/src/components/vs-input/VsInput.vue index eceaf25b4..e25b11fdd 100644 --- a/packages/vlossom/src/components/vs-input/VsInput.vue +++ b/packages/vlossom/src/components/vs-input/VsInput.vue @@ -19,18 +19,8 @@ :class="['vs-input', `vs-${computedColorScheme}`, { ...classObj }, boxGlowByState]" :style="computedStyleSet" > - - -
- +
+
-
- +
+
- -