Posts by Alisson Silva • 11 points
2 posts
-
0
votes0
answers27
viewsQ: Vue Js - Transition only when component is visible
I am making some transitions using the Transition tag and they are working perfectly. The problem is that transitions happen even if the component is not visible, I wanted it to happen only when the…
-
-1
votes1
answer410
viewsQ: Javascript - Regular expression for formatting values in real
Hello, I am studying regular expressions and trying to make a function to format values. The idea is to receive a value and return it formatted. Example: 400.00 --> 400,00 150000.00 -->…