Skip to content

Commit b9efbc3

Browse files
authored
vue-i18n: fix i18n interface typing for app.use (#226)
1 parent 366e159 commit b9efbc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/vue-i18n/src/i18n.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ export interface I18n<
148148
? VueI18n<Messages, DateTimeFormats, NumberFormats>
149149
: Composer<Messages, DateTimeFormats, NumberFormats>
150150
/**
151-
* @internal
151+
* Install entry point
152+
*
153+
* @param app - A target Vue app instance
154+
* @param options - An install options
152155
*/
153156
install(app: App, ...options: unknown[]): void
154157
}

0 commit comments

Comments
 (0)