-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need @types for Typescript with Vuejs #87
Comments
Seria bom! |
1 similar comment
Seria bom! |
Deixar aquele up aqui também, realmente seria ótimo. |
declare module 'v-money' {
import money, { VMoney } from 'v-money';
export default money;
export { VMoney };
} |
This give me a hint to transform v-money3 to TypeScript. Thanks for the involuntary tip @walisoncm ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I received the error @types/v-money
if it exists or add a new declaration (.d.ts) file containing
declare module 'v-money';you can post the @types for v-money.
Thks
Helio Elias
The text was updated successfully, but these errors were encountered: