Skip to content

Commit ed1b8bc

Browse files
committed
rename file names
1 parent 14786b6 commit ed1b8bc

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

src/components/NumberFormat.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// TODO:
2+
3+
export const NumberFormat = {
4+
name: 'i18n-n'
5+
}
File renamed without changes.

src/components/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
import { Translation } from './Translation'
2-
import Number from './number'
3-
4-
export { Translation, Number }
1+
export { Translation } from './Translation'
2+
export { NumberFormat } from './NumberFormat'

src/components/number.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { App, FunctionDirective } from 'vue'
22
import { Composer } from './composer'
33
import { GlobalI18nSymbol } from './i18n'
4-
import { Translation, Number } from './components'
4+
import { Translation, NumberFormat } from './components'
55
import { hook as vT } from './directive'
66
import { isPlainObject, isString, warn } from './utils'
77

0 commit comments

Comments
 (0)