Skip to content
Advertisement

Tag: laravel-5

array javascript loop wrong

it´s a simple question but i can´t solve. Always when i tray to do loopp in my array return index 0 llamadas its my varaible from controller, i´m working with laravel 5.6 how backend llamadas contain this: and his original content content wihtout for never i show one array for this way in push i need extract desc for to

VueJs dynamic v-on event possible?

Is it possible to set dynamic on event in VueJS? I try to build a dynamic form as component with inputs that can listen on everything. Here an example: Is it possible to set a dynamic v-on event like v-on=”<variable>:<function>”? Answer From Vue 2.4.0+, v-on accepts an object syntax Refer this documentation

Vue js load modal content with ajax

I’m using vue js with laravel, In my page i have 13 modals, I thing it’s not a good idea to insert 13 modals in the same page so i put this in my blade : And in my file.js i have this : Just for example here i have two modals ‘StatusModal’ and ‘UserModal’ and i load them in

Advertisement