From ab901f5483e61fd988f420336168c8a46861f52f Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 20 Apr 2023 14:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/index.js | 12 ++++++++++++ src/index.js | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/form/index.js create mode 100644 src/index.js diff --git a/src/form/index.js b/src/form/index.js new file mode 100644 index 0000000..fd46019 --- /dev/null +++ b/src/form/index.js @@ -0,0 +1,12 @@ +import './button.js' +import './checkbox.js' +import './dropdown.js' +import './input.js' +import './link.js' +import './number.js' +import './passwd.js' +import './radio.js' +import './select.js' +import './star.js' +import './switch.js' +import './textarea.js' diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..2a27920 --- /dev/null +++ b/src/index.js @@ -0,0 +1,23 @@ +import './badge/index.js' +import './breadcrumb/index.js' +import './card/index.js' +import './code/index.js' +import './collapse/index.js' +import './color/index.js' +import './drag/index.js' +import './drawer/index.js' +import './from/index.js' +import './icon/index.js' +import './image/index.js' +import './image/preview.js' +import './layer/index.js' +import './notify/index.js' +import './pager/index.js' +import './sandbox/index.js' +import './scroll/index.js' +import './slider/index.js' +import './space/index.js' +import './steps/index.js' +import './swipe/index.js' +import './tabs/index.js' +import './timeline/index.js'