Posts by Jairo Blatt • 36 points
2 posts
-
1
votes1
answer145
viewsA: Attribute":SRC" not working in Vue?
It is recommended in Vue that you use the require() function of the webpack for static files.(https://vuejs-templates.github.io/webpack/static.html) Would look like this <img :src="require(img)"…
-
1
votes1
answer496
viewsA: Dynamically add Vuejs/Laravel inputs
the following, let’s create a new method data which returns objects within the current component, within data create an 'counter', in the example I gave the same input name, input will start with…