Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
33 views

Can't see any change after updateing Vue component inside Laravel Nova project

I am having issue I wasn't able to fix with googleing or stackoverflowing and its super strange one. It could easily be lack of knowledge on my side so have mercy. I have made an application recently ...
UgaBeluga's user avatar
  • 132
0 votes
0 answers
44 views

Vue.js Dynamic Slots Not Rendering Content as Expected

I'm working on integrating Vue.js with Laravel to create a multilingual content management system, and I'm facing an issue with dynamic slots not rendering any content. Despite setting up everything ...
luukd's user avatar
  • 370
0 votes
0 answers
45 views

Displaying Vue component outside div id="app"

Is it possible to display a Vue component outside of the <div id="app">? I am trying to display some components in my Laravel blade file, but I need help figuring out how. Could ...
Wormsonn's user avatar
0 votes
1 answer
187 views

How to connect Vue.js 3 to Laravel 10 project, send data to Vue component

I am a beginner in programming, so I have issues with connecting these two things together. I understand how they work separately, but I wanted to add reactivity to my pet project. I had tried this ...
4leb's user avatar
  • 1
0 votes
1 answer
72 views

How to load external CSS, js in Vue and Laravel

i created vue layout in my components but i have problem. Actually i m using vue3 in my laravel project with breeze library. And my template needs a some js and css file and i m import like this ...
inanc eroglu's user avatar
1 vote
2 answers
698 views

How to use Quill Text Editor as a component in Vue3

1 - Installation NPM / Yarn npm install @vueup/vue-quill@latest --save # OR yarn add @vueup/vue-quill@latest 2 - Usage in component import { QuillEditor } from '@vueup/vue-quill' import '@vueup/vue-...
Chhin Satya's user avatar
0 votes
2 answers
152 views

Vue3-carousal plugin not showing the data in Vue component Laravel?

I have a Laravel 10(php 8.1) project in which i have install vue 3 for making a dynamic component. Component Detail: I have created a component for showing team members of a company with a category ...
Ali Hassan's user avatar
0 votes
2 answers
290 views

Is there a good way to remove the "next" and "prev" links from Laravel Paginate API, other than removing it in the frontend?

My response looks like this: "links": { "first": "http:\/\/localhost:8000\/api\/tasks?page=1", "last": "http:\/\/localhost:8000\/api\/tasks?page=...
user avatar
0 votes
1 answer
666 views

Bootstrap-vue-next and Vite

I have a problem with building process. I have a modal b-modal that it's a component am using in Vuejs 3 and when I am in development I run npm run dev which is fine because there is no problem but ...
Law's user avatar
  • 13
0 votes
0 answers
40 views

How to apply styles on child component when the parent is active

So, I'm learning Vue.js with Inertia.js in Laravel and I can't figure out how to apply styles on children component when the parent is on active condition on particular route in Laravel. So, as you ...
Tan Kira's user avatar
0 votes
0 answers
223 views

Laravel 10 Vue.Js

How to install VueBootsrap on laravel 10? App Js import './bootstrap'; import { createApp } from 'vue'; import '../sass/app.scss'; const app = createApp({}); import ExampleComponent from './...
Тимофей Рудковский's user avatar
0 votes
1 answer
202 views

My modal component in Vue3 doesn't remount on page change

I have a signature modal component inside an approval component that is being used by both the shopping cart page and approval page components. When the shopping cart page is loaded, the signature ...
mykylesmile's user avatar
0 votes
1 answer
2k views

laravel-spatie-permissions-vue permissions and roles needs a page refresh to show current values

Laravel 10 app, with Jetstream/Inertia/Vue 3. I use laravel-spatie-permissions-vue to deal with user permissions and roles, which are assigned ok. Currently I am using default Jetstream views, so as ...
John's user avatar
  • 87
0 votes
0 answers
120 views

Vue Js Components : How To Decouple Data Sharing Between Multiple Component Instances

I Have a Side Project Which Require Me To Repeat Multiple Component Multiple Time In The Same Page the functionality is used to get those multiples is, looping and importing like this to handle ...
Mohamed Gamal's user avatar
0 votes
1 answer
39 views

Vue element not loading on hidden modal

I am trying to display a Vue component onto a modal controlled by semantic ui, however, the vue element is not loading/mounting. I am using Laravel & JQuery mainly with some vue elements. I ...
Jake Butterfield's user avatar

15 30 50 per page
1
2 3 4 5
31