Guilherme Almeida Girardi

Results 9 comments of Guilherme Almeida Girardi

Ps.: I know I could use it for SubArray, but I don't want it to return in an array, but in a normal string.

> Just as an update for my previous post. Now it all works perfectly. Key was to make sure original URL is passed correctly to application server. So I would...

Actually I'm not rendering components anymore because I read this comment in issue #5 . So I returned my code to a plain HTML. However, the page break is still...

```html import {ref} from 'vue'; import VueDocumentEditor from 'vue-document-editor' import VueFileToolbarMenu from 'vue-file-toolbar-menu'; //Mixins import CurrencyMixin from '../../Mixins/CurrencyMixin' //Aux import {maskCnpj, maskCpf} from "../../helpers"; import moment from "moment"; export default...

That's weird. I will do some more tests and report here.

I removed the dependencies and tested again. The problem continues. I noticed this time that an error pops up in the Dev Console: ![image](https://user-images.githubusercontent.com/2306117/189385747-c6e7bfb0-4ed2-4791-81c4-8027c591ff04.png) Maybe it has something to do...

Hello @motla ! Any progress on this?

> Hi @guilhermeagirardi > > Yes! It took me some time to understand what was going on... It was specific to Vue3. I wanted to make a common patch correcting...

Hello friends! Passing by to share with you the way I cut this problem. Basically I wrapped the original [jonathanpmartins/v-money3](https://github.com/jonathanpmartins/v-money3) component inside its own component, handling the value before issuing...