Skip to content

Commit

Permalink
Merge pull request #823 from QiuShuiBai/dev
Browse files Browse the repository at this point in the history
fix(picker): date-picker import cascade-picker
  • Loading branch information
QiuShuiBai committed May 25, 2023
2 parents 75650a7 + 27706cc commit afe271d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/date-picker/date-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import localeMixin from '../../common/mixins/locale'
import { deepAssign, findIndex } from '../../common/helpers/util'
import { computeNatureMaxDay, formatType } from '../../common/lang/date'
import CubeCascadePicker from '../cascade-picker/cascade-picker.vue'
const COMPONENT_NAME = 'cube-date-picker'
const EVENT_SELECT = 'select'
Expand Down Expand Up @@ -65,6 +66,9 @@
export default {
name: COMPONENT_NAME,
mixins: [visibilityMixin, popupMixin, pickerMixin, localeMixin],
components: {
CubeCascadePicker
},
props: {
min: {
type: [Date, Array],
Expand Down

0 comments on commit afe271d

Please sign in to comment.