Skip to content
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

Open
helioelias opened this issue Aug 21, 2019 · 5 comments
Open

Need @types for Typescript with Vuejs #87

helioelias opened this issue Aug 21, 2019 · 5 comments

Comments

@helioelias
Copy link

I received the error @types/v-moneyif it exists or add a new declaration (.d.ts) file containingdeclare module 'v-money';

you can post the @types for v-money.

Thks
Helio Elias

@bearkfear
Copy link

Seria bom!

1 similar comment
@RLSilveira
Copy link

Seria bom!

@JohnEricJahn
Copy link

Deixar aquele up aqui também, realmente seria ótimo.

@walisoncm
Copy link

declare module 'v-money' {
  import money, { VMoney } from 'v-money';
  export default money;
  export { VMoney };
}

@jonathanpmartins
Copy link

jonathanpmartins commented Aug 28, 2021

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants