8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
import Select from './Select.vue'
|
|
|
|
export default {
|
|
name: 'select',
|
|
type: 'basic',
|
|
component: Select
|
|
}
|