Posts by Phablo Raylan • 11 points
2 posts
-
0
votes3
answers596
viewsA: Vue component Mask is only applied when stirring the field
This will work as you expect <v-text-field v-model="item.phone" :value="item.phone.toString()" v-mask="'(##) #####-####'" label="Telefone" />
-
1
votes1
answer31
viewsQ: Friendly Urls with ten error variables
When you put 10 error variables RewriteRule ^client/product/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/?$…