前端死代码清理

This commit is contained in:
yml
2026-06-14 18:42:06 +08:00
parent 965832c3cb
commit 2dc5a8121e
18 changed files with 0 additions and 4864 deletions
-1
View File
@@ -1,4 +1,3 @@
// 通用 Composables
export { useMoney } from './useMoney'
export { useSmsCountdown } from './useSmsCountdown'
export { usePricingCalculator } from './usePricingCalculator'
@@ -1,5 +0,0 @@
import { formatMoneyWithSymbol } from '@/shared/utils/money'
export function useMoney() {
return (value: number | undefined | null) => formatMoneyWithSymbol(value)
}