Skip to content

Commit 5f8a359

Browse files
committed
chore: code-factory errors
1 parent dc65826 commit 5f8a359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/App.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
{ key: 'tab2', tab: 'tab2' },
3333
]"
3434
/>
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>
35+
<a-date-picker :disabled-date="disabled" />
36+
<a-date-picker mode="year" />
37+
<a-date-picker mode="month" :disabled-date="disabledMonth" />
3838
</div>
3939
</template>
4040
<script>

0 commit comments

Comments
 (0)