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

All Questions

Tagged with
0 votes
1 answer
48 views

How to show data in Vue JS without click paging

I have an issue when I want to show data in VueJS. Previously I have successfully displayed "User Online" data, but the problem is why do I have to click on the page if I want to display the ...
veby91's user avatar
  • 63
0 votes
0 answers
18 views

Unserialize a Vue 3 Computed property

Is there a way to unserialize a computed property in Vue 3? I have the class below: export default class Task { id: undefined pn: null quantity: null operation: null unit: null ...
Christian D'Aquino's user avatar
0 votes
0 answers
56 views

Cannot read properties of undefined (reading 'text') Vue js

I can console.log (inside the method) the 'newQuestion' object/'answers' array with no issue but when running the app I am met with the "cannot read properties of undefined" error. The ...
Matt Reid's user avatar
0 votes
0 answers
32 views

Axios: Filtered out request cookies problem

I have a problem with cookies when I make a request. When I make the first request it's all ok, the cookies are ok. first auth request The same happens for the second request second auth request now ...
Leo's user avatar
  • 1
0 votes
0 answers
34 views

Vue 3 Data property is null despite being updated in axios request

I can't get a data property to not be null when I'm using axios, I don't know whether it is because the request takes time and the value is set before it is run, I just don't know The property in ...
Lee's user avatar
  • 133
1 vote
1 answer
43 views

Cannot read properties of null/undefined when fetching deep nested objects

I'm currently fetching an object from an api to my vue frontend. This object has many properties, even deep nested ones. For example a project object: { id: 1, title: "My Project", ...
Play4Fun2310's user avatar
0 votes
0 answers
40 views

Highcharts Vue3 don't render graph on first load

I have some Highcharts graphs for displaying temperatures of set of devices, creating it in v-for loop. I get data from API (Laravel) by Axios and call request with onMounted: onMounted(async () => ...
INFy's user avatar
  • 1
0 votes
0 answers
16 views

Prevent user from directing to the login when user is already logged in vuejs3

Network Manager import axios from "axios"; import router from "@/router"; import { mixin } from "@/mixins/authMixin"; /** * Sends an API request using the specified ...
chanisa jayawardana's user avatar
0 votes
2 answers
73 views

Upload file issue by index of files object

I am using Vuejs to create an upload form. Issue is that when I upload with key of object, backend server receives empty request: like axios.postForm(app_url() + 'api/upload', { files: e.target.files[...
Farhad's user avatar
  • 3
0 votes
0 answers
39 views

Problem sending HTTP post request from VUE to ASP.NET Core MVC project

In the vue project, I have a LoginView.vue subpage in the views folder, in which I would like to link to an ASP.NET Core MVC project in which I use the ASP.NET Core Identity for the login/user ...
Łukasz Glienke's user avatar
0 votes
0 answers
36 views

laravel-vue-pagination component is not Showing On my Vue 3 DOM

I am Using Laravel 10 And Vue 3 Composition Api But my Bootstrap5Pagination is not showing inside the DOM .i install the Component using NPM The Command npm i laravel-vue-pagination basically i am ...
Pritish Dash's user avatar
0 votes
0 answers
34 views

Axios POST not triggering Laravel Controller

I've a Vue js Code which uploading a file to Laravel backend. the problem that I'm facing is that on my local machine [xampp server] everything works like charm, but when I upload my project to my ...
Mohammed khuDari's user avatar
0 votes
1 answer
61 views

My elements will only appear (sometimes) after hot reloading, but not in first load

I have a file called SpecPlayer.vue where I'm using a component (SpecChampionData) and the component will only appear after hot reloading (not always, sometimes), but not after the first load. I'm new ...
Sylph1de's user avatar
0 votes
0 answers
35 views

Axios does not send the form data to the laravel controller

I've a Laravel project with Vue 3 front end and I'm using a Box Spout package to upload a xlsx file to my MySQL At my local machine everything works perfectly! but when I upload my project to a live ...
Mohammed khuDari's user avatar
0 votes
1 answer
33 views

Having trouble with Axios and Vue3

Could someone please help me to understand what I am doing wrong with Axios and Vue3? I have this code which reaches out externally to get the host IP Address of the machine it is running on... <...
Takuhii's user avatar
  • 861

15 30 50 per page
1
2 3 4 5
19