Skip to content

Commit 423b0fb

Browse files
committed
fix(luby-transform): build error
1 parent ac7b114 commit 423b0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/composables/intlNumberFormat.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { ComputedRef, MaybeRef } from 'vue'
2+
13
export function useNumberFormat(
24
value: MaybeRef<number | string> | ComputedRef<number | string>,
35
options?: {

0 commit comments

Comments
 (0)