fix(quarter-panel): [date-picker] add mono: true (#1519)

This commit is contained in:
Kagol 2024-04-02 16:17:00 +08:00 committed by GitHub
parent 89c8bd9d37
commit 25b7be8903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>