Posts by Bruno Perin • 3 points
2 posts
-
0
votes1
answer104
viewsQ: V-model with Vuex push in the array in the store
Hi, I’m new with vuex and I need a little help: below is a piece of my code: <v-btn icon color="purple darken-2" @click="addKeyNames" ><v-icon> mdi-plus-circle-outline</v-icon>…
-
-2
votes1
answer132
viewsQ: Manipulating XML text to display the user with javascript vuejs
Hello, I have a text area that the user will insert the pasted XML text, to register an API. and after that I need to render to the user the xml formatted with the fields. is there any lib that…