File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ const props = defineProps<{
3131
3232const { locale } = useI18n ()
3333const colorMode = useColorMode ()
34- const numberFormatter = useNumberFormatter ({
35- maximumFractionDigits: 0 ,
36- })
34+ const numberFormatter = useNumberFormatter ()
3735const resolvedMode = shallowRef <' light' | ' dark' >(' light' )
3836const rootEl = shallowRef <HTMLElement | null >(null )
3937const palette = getPalette (' ' )
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ function handleModalTransitioned() {
6060}
6161
6262const { fetchPackageDownloadEvolution } = useCharts ()
63- const numberFormatter = useNumberFormatter ({
64- maximumFractionDigits: 0 ,
65- })
63+ const numberFormatter = useNumberFormatter ()
6664
6765const { accentColors, selectedAccentColor } = useAccentColor ()
6866
You can’t perform that action at this time.
0 commit comments