From 1d81c3982db88e9659d4001f14d62240f9e37429 Mon Sep 17 00:00:00 2001 From: blesstosam Date: Fri, 16 Aug 2024 10:42:05 +0800 Subject: [PATCH] chore(components): [input] remove repeated export of InputInstance (#17907) * chore: remove repeated export of InputInstance * chore: recover settings.json * fix: lint error * fix: test --------- Co-authored-by: WL01-10045094 --- docs/examples/tag/editable.vue | 3 ++- packages/components/input/__tests__/input.test.tsx | 3 ++- packages/components/input/src/input.ts | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/examples/tag/editable.vue b/docs/examples/tag/editable.vue index 4148114461..5fd9a9b869 100644 --- a/docs/examples/tag/editable.vue +++ b/docs/examples/tag/editable.vue @@ -27,11 +27,12 @@