Posts by Aochi • 39 points
4 posts
-
0
votes1
answer86
viewsQ: Javascript sub-functions
How do I create sub-calls in Javascript functions? Below follows example of usage, my doubt is how to create a Function of this type. Depending on what happens within the "Travel" routine, a call to…
-
2
votes1
answer1709
viewsQ: Variables in App.Vue
I have inside the App file.See the client name variable {{nomeCliente}} I’m creating a Function within the.Ve App to fill in the variable this.$eventHub.$on('mostrarNome', function(value) {…
-
1
votes1
answer4044
viewsQ: Background Image with Vuetify
How do I put a "background-image" in vuetify applications? I tried to insert through css but the upload is not obeyed. I did it this way: https://codepen.io/anon/pen/xjZEdB…
-
0
votes1
answer253
viewsQ: Change card component image
I’m using the Vue card component, with a Static image, inside a v-navigation-Drawer. <v-card-media height="80" src="/static/img/logo.png"></v-card-media> How do I change the image…