You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to composition API, Add custom names (#47)
* Switch to composition API, Add custom names * Update package.json * Update DropdownSelect.vue
This commit is contained in:
@@ -23,6 +23,12 @@ const value = ref(null)
|
||||
placeholder="Choose Frequency"
|
||||
disabled
|
||||
/>
|
||||
<DropdownSelect
|
||||
v-model="value"
|
||||
:options="['Daily', 'Weekly', 'Monthly', 'Tomorrow', 'Yesterday', 'Today', 'Biweekly', 'Tuesday', 'January']"
|
||||
placeholder="Choose Frequency"
|
||||
:display-name="(name) => name?.toUpperCase()"
|
||||
/>
|
||||
</DemoContainer>
|
||||
|
||||
```vue
|
||||
|
||||
Reference in New Issue
Block a user