File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export type MessageFunctionInternal<T = string> = {
7878 *
7979 * @param ctx - A {@link MessageContext}
8080 *
81- * @return A resolved format message, that is string type basically.
81+ * @returns A resolved format message, that is string type basically.
8282 *
8383 * @VueI 18nGeneral
8484 */
Original file line number Diff line number Diff line change @@ -1513,7 +1513,7 @@ export interface Composer<
15131513 *
15141514 * @param key - A target locale message key
15151515 *
1516- * @return Locale messages
1516+ * @returns Locale messages
15171517 */
15181518 tm <
15191519 Key extends string ,
Original file line number Diff line number Diff line change 11/**
22 * Vue I18n General APIs
33 *
4- * @description
54 * This is providing APIs for internationalization functionalities.
65 *
76 * @module general
Original file line number Diff line number Diff line change 11/**
22 * Component Injection APIs
33 *
4- * @description
54 * Provide component injections for Vue Component Custom Options and Properties
65 *
76 * @module vue
You can’t perform that action at this time.
0 commit comments