✨ feat: 更新 Form 组件
This commit is contained in:
parent
1ac9cf8ff5
commit
da4c4ced8f
4 changed files with 12 additions and 7 deletions
6
src/libs/components/Form/index.ts
Normal file
6
src/libs/components/Form/index.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import FormInput from './form-input.svelte';
|
||||
import FormWrap from './form-wrap.svelte';
|
||||
|
||||
const Form = { Wrap: FormWrap, Input: FormInput };
|
||||
export default Form;
|
||||
export { FormInput, FormWrap };
|
Loading…
Add table
Add a link
Reference in a new issue