2024-04-23 13:12:02 +08:00

8 lines
109 B
TypeScript

import Select from './Select.vue'
export default {
name: 'select',
type: 'basic',
component: Select
}