-
-
Notifications
You must be signed in to change notification settings - Fork 171
-
Hi! as im working on library now^ im expect that the vuei18n already installed in parent project.
But i faced with problem that ts do not see $t property in component
My shim looks like:
declare module '*.vue' {
import { defineComponent } from 'vue-demi';
const Component: ReturnType<typeof defineComponent>;
export default Component;
}
how can i augment it with $t?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment