mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
format tweaks
This commit is contained in:
@@ -35,7 +35,7 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
setup(props) {
|
||||
const { d, t } = useI18n();
|
||||
const { d, t, n } = useI18n();
|
||||
|
||||
const fieldsStore = useFieldsStore();
|
||||
|
||||
@@ -232,7 +232,10 @@ export default defineComponent({
|
||||
},
|
||||
y: {
|
||||
title: {
|
||||
formatter: () => valueLabel.value,
|
||||
formatter: () => valueLabel.value + ': ',
|
||||
},
|
||||
formatter(value: number) {
|
||||
return n(value);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user