mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
ffe6d251c6
* refactor(input): rename * refactor(input): with-install * refactor(input): kebab-case * refactor(components): refactor input * fix: fix test import * refactor(components): [el-input] refactor export named * refactor: improve types * refactor: improve types
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Input from './src/input.vue'
|
|
|
|
export const ElInput = withInstall(Input)
|
|
export default ElInput
|
|
|
|
export * from './src/input'
|