Skip to main content

All Questions

3 votes
2 answers
2k views

DisabledForUser Please make sure that the app id is set correctly when running npm run dev?

I'm getting this message when I run npm run dev DisabledForUser Please make sure that the app id is set correctly. I have imported javascript and css in the app.blade.php. Next, in the home.blade.php ...
carlos's user avatar
  • 31
0 votes
1 answer
773 views

Vuetify Nuxt.js : how to add Routing link in Carousels icon

js and Vuetifiy i want to add Routing link in Carousels icon. if i press icon it should open Routing link. i tried but its not responding my link its not working below code i tried but note worked ...
user12380208's user avatar
1 vote
2 answers
121 views

List of checkboxes wont update in dynamic generated array of checkboxes v-models

I have an array containing the key->value pair for a list of checkboxes. They render fine, but when you click on them nothing happens, unless I change a text input and then these checkboxes get re-...
nullwriter's user avatar
1 vote
1 answer
1k views

Vue.js How to Access Elements of an Object

I have an array of objects: data: function() { return { customers:[], } }, that populates this select box: <label>DSO Affiliation:</label> ...
T.A.'s user avatar
  • 642
-1 votes
1 answer
62 views

contents of components not updating on frontend vue.js in Laravel

I have a component when i change the content of that component it does not reflect on the browser, for that i'm running npm update but i'm getting following error: npm ERR! code EINVALIDPACKAGENAME ...
user3653474's user avatar
  • 3,858
0 votes
1 answer
142 views

Access the third party child component from parent component vue

I have a form component called example-component in which inside I have another third party child component for media upload called media-uploader like this <example-component> <form :...
Fred Shirley's user avatar
0 votes
1 answer
484 views

how to prepare api using laravel and vue.js

good day; I am new in vue.js and I want to build API in my project using vue.js and laravel I have some question and answer because I got confused I have services controller that return all service ...
Ahmed Gaber's user avatar
1 vote
1 answer
111 views

can't add user photo with vuejs

i have built a profile components to my projects (laravel+vuejs) when i try to show the user photo in her place it didn't show i try many ways but no solution .when i check the DB i find it but ...
anis's user avatar
  • 905
0 votes
0 answers
218 views

how to redirect to another page with vue component template

I want to redirect template component. I go to another template component but I don't find the way <template> <div class="section-wrapper mg-t-20"> <label ...
WAOL's user avatar
  • 5
1 vote
1 answer
2k views

Vue components not loading

I was given this problematic codebase, where the Vue components aren't loading in. Vue is mounting, but without any components. This is a Laravel 5.7 app, using blade templates with some Vue added ...
JonYork's user avatar
  • 1,243
0 votes
0 answers
537 views

Display Users in Admin Panel Using Laravel and VueJS

I am creating an Admin panel using Laravel which can manage all the users using VueJS. UserController.php public function show(User $user) { $user = User::all(); return ...
turtle's user avatar
  • 1
0 votes
0 answers
741 views

Error in render: "TypeError: Cannot use 'in' operator to search for '' in [object]

I am using vue.js and laravel 5.8. In my commenting system like youtube, I want to show user's profile image. If user doesn't have a profile image, I want to show avatar. I have many users, so ...
Yohei Umezu's user avatar
0 votes
0 answers
291 views

How to render component data after page load on click

I am using vue js with laravel. I want to reload my data according to date on click. My data from api is get according to date but in front it is not change Here is under my app.js code var socket =...
Virendra Singh's user avatar
3 votes
1 answer
1k views

Compile Laravel Vue components into different js files

I have a big project in Laravel, which have several front-ends, depending on logged user. I also have a shared directory, where common components (like table, modal, etc.) can be used by the ...
guyaloni's user avatar
  • 5,960
1 vote
2 answers
2k views

Vuejs component not showing in my laravel blade

I am using laravel and vue and it is unable to load components into blade page. It showing empty. I have tried many solutions but doesn't work. welcome.blade <!doctype html> <html lang="{{...
joh's user avatar
  • 238

15 30 50 per page
1
2 3 4 5
7