forked from opentiny/tiny-vue
fix(quarter-panel): [date-picker] add mono: true (#1519)
This commit is contained in:
parent
89c8bd9d37
commit
25b7be8903
|
@ -68,7 +68,7 @@ export default defineComponent({
|
|||
IconDoubleLeft: iconDoubleLeft()
|
||||
},
|
||||
setup(props, context) {
|
||||
return setup({ props, context, renderless, api })
|
||||
return setup({ props, context, renderless, api, mono: true })
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue