File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The following is an example of adding the `legacy` option to `createI18n`:
17
17
18
18
// 2. Create i18n instance with options
19
19
const i18n = VueI18n.createI18n({
20
- legacy: false, // you must set `false`, to use Compostion API
20
+ legacy: false, // you must set `false`, to use Composition API
21
21
locale: 'ja', // set locale
22
22
fallbackLocale: 'en' // set fallback locale
23
23
messages, // set locale messages
@@ -524,9 +524,9 @@ Below is the mapping table:
524
524
| ` d ` | ` d ` |
525
525
| ` getDateTimeFormat ` | ` getDateTimeFormat ` |
526
526
| ` setDateTimeFormat ` | ` setDateTimeFormat ` |
527
- | ` mergeDateTimeFormat ` | ` mergetDateTimeFormat ` |
527
+ | ` mergeDateTimeFormat ` | ` mergeDateTimeFormat ` |
528
528
| ` n ` | ` n ` |
529
529
| ` getNumberFormat ` | ` getNumberFormat ` |
530
530
| ` setNumberFormat ` | ` setNumberFormat ` |
531
531
| ` mergeNumberFormat ` | ` mergeNumberFormat ` |
532
- | ` getChoiiceIndex ` | N/A |
532
+ | ` getChoiceIndex ` | N/A |
You can’t perform that action at this time.
0 commit comments