Skip to content

Commit

Permalink
fix(quarter-panel): [date-picker] add mono: true (opentiny#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol authored Apr 2, 2024
1 parent 89c8bd9 commit 25b7be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/quarter-panel/src/pc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 25b7be8

Please sign in to comment.