mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
migrate numeral.js to ts
This commit is contained in:
@@ -12,7 +12,7 @@ import { useUserStore } from '@/stores/user.js';
|
||||
|
||||
import { DEFAULT_ICON_COLOR, DEFAULT_CHART_COLORS } from '@/consts/color.ts';
|
||||
import { ThemeType } from '@/core/theme.ts';
|
||||
import { formatPercent } from '@/lib/numeral.js';
|
||||
import { formatPercent } from '@/lib/numeral.ts';
|
||||
|
||||
export default {
|
||||
props: [
|
||||
|
||||
Reference in New Issue
Block a user