|
@@ -46,7 +46,9 @@ import CalendarItem from '../calendaritem/index.vue';
|
|
|
import Utils from '../../utils/date';
|
|
import Utils from '../../utils/date';
|
|
|
type InputDate = string | string[];
|
|
type InputDate = string | string[];
|
|
|
export default create({
|
|
export default create({
|
|
|
- children: [CalendarItem],
|
|
|
|
|
|
|
+ components: {
|
|
|
|
|
+ [CalendarItem.name]: CalendarItem
|
|
|
|
|
+ },
|
|
|
props: {
|
|
props: {
|
|
|
type: {
|
|
type: {
|
|
|
type: String,
|
|
type: String,
|