Posts by Helder Lucas • 161 points
3 posts
-
1
votes1
answer27
viewsA: VUEJS: Property or method "indicatorTitle" is not defined
Being titles an object,indicatorTitle has to be called as a property of it, as for example: {{ title.indicatorTitle }} :)
-
0
votes1
answer770
viewsA: $router.push is not working in Vuejs
To navigate between pages you have several options: 1) Using router-link: // Hardcoded Link <router-link to="/dashboard">Go to Dashboard</router-link> // Usando nome da rota…
-
2
votes1
answer639
viewsA: compile mix Standard 5.4
Try the following: const { mix } = require('laravel-mix'); mix.js('resources/assets/js/app.js', 'public/js') .sass('resources/assets/sass/app.scss', 'public/css') .scripts([…