We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc65826 commit 5f8a359Copy full SHA for 5f8a359
examples/App.vue
@@ -32,9 +32,9 @@
32
{ key: 'tab2', tab: 'tab2' },
33
]"
34
/>
35
- <a-date-picker :disabledDate="disabled"></a-date-picker>
36
- <a-date-picker mode="year"></a-date-picker>
37
- <a-date-picker mode="month" :disabledDate="disabledMonth"></a-date-picker>
+ <a-date-picker :disabled-date="disabled" />
+ <a-date-picker mode="year" />
+ <a-date-picker mode="month" :disabled-date="disabledMonth" />
38
</div>
39
</template>
40
<script>
0 commit comments