Skip to content

Commit b6680a6

Browse files
committed
generate api docs
1 parent 00ad2d0 commit b6680a6

File tree

5 files changed

+2
-54
lines changed

5 files changed

+2
-54
lines changed

docs/vue-i18n.globali18nsymbol.md

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

docs/vue-i18n.i18ncomposer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ export declare type I18nComposer = {
5959
setPostTranslationHandler(handler: PostTranslationHandler | null): void;
6060
getMissingHandler(): MissingHandler | null;
6161
setMissingHandler(handler: MissingHandler | null): void;
62+
install: Plugin;
6263
};
6364
```

docs/vue-i18n.legacyvuei18n.md

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

docs/vue-i18n.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
| Variable | Description |
2727
| --- | --- |
2828
| [Availabilities](./vue-i18n.availabilities.md) | |
29-
| [GlobalI18nSymbol](./vue-i18n.globali18nsymbol.md) | |
3029
| [VERSION](./vue-i18n.version.md) | |
3130

3231
## Type Aliases
@@ -46,7 +45,6 @@
4645
| [I18nComposer](./vue-i18n.i18ncomposer.md) | I18n Composer Interfaces |
4746
| [I18nComposerOptions](./vue-i18n.i18ncomposeroptions.md) | I18n Composer Options |
4847
| [IntlAvailability](./vue-i18n.intlavailability.md) | datetime |
49-
| [LegacyVueI18n](./vue-i18n.legacyvuei18n.md) | |
5048
| [Locale](./vue-i18n.locale.md) | |
5149
| [LocaleMessage](./vue-i18n.localemessage.md) | |
5250
| [LocaleMessageDictionary](./vue-i18n.localemessagedictionary.md) | |

docs/vue-i18n.vuei18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ export declare type VueI18n = {
6565
setNumberFormat(locale: Locale, format: NumberFormat): void;
6666
mergeNumberFormat(locale: Locale, format: NumberFormat): void;
6767
getChoiceIndex: (choice: Choice, choicesLength: number) => number;
68-
install(app: App): void;
68+
install: Plugin;
6969
};
7070
```

0 commit comments

Comments
 (0)