juareznasato / vuetify-money

vuetify-money
45 stars 23 forks source link

Using the component with vuetify #7

Open joweste opened 4 years ago

joweste commented 4 years ago

Hi, is posssible use it with v-text-field? If yes, could you give a sample.

And, I´d like to use local into one vue component, not globally. How can I install to use locally?

juareznasato commented 4 years ago

Hi joweste! This component, internally, uses v-text-field. When you import this component into your component, the input that will appear is the v-text-field itself. To use locally you can simply copy the file vuetify-money/src/components/VuetifyMoney.vue for your application and import into your component.