We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bcc00 commit fdd3bffCopy full SHA for fdd3bff
src/typeDefs.ts
@@ -108,7 +108,7 @@ export interface GettextConfigOptions {
108
output?: Partial<GettextConfig["output"]>;
109
}
110
111
-declare module "@vue/runtime-core" {
+declare module "vue" {
112
interface ComponentCustomProperties extends Pick<Language, "$gettext" | "$pgettext" | "$ngettext" | "$npgettext"> {
113
$language: Language;
114
$gettextInterpolate: Language["interpolate"];
0 commit comments