Skip to content

Commit

Permalink
Merge pull request #46 from shubhadip/dummy-commit
Browse files Browse the repository at this point in the history
fix: dummy commit to bump version
  • Loading branch information
shubhadip authored Aug 26, 2022
2 parents 3ca098f + db8885b commit 5a8075b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/examples/Language.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<template v-slot:label> Language </template>
<template v-slot:content>
<div class="flex-block">
<appdate-picker language="hi" placeholder="Select Date" @input="dateSelected" :value="defaultValue"> </appdate-picker>
<appdate-picker language="ru" placeholder="Select Date" @input="dateSelected" :value="defaultValue">
</appdate-picker>
<div class="change-btn">
<button @click="changeDefaultValue">Change Default Value</button>
</div>
Expand Down

0 comments on commit 5a8075b

Please sign in to comment.