Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
26 views

New SPA frameworks like React, Angular, Vue etc. Requires running node js server. But is there any way to run "output" (code generated after transpilation step) without running any server, ...
user3209013's user avatar
0 votes
0 answers
44 views

I am having issues with anychart with vue.js where UI freezes with data points that are spaced by couple of milliseconds and sometimes there are larger gaps. Using xScale('datetime') fixes this issue ...
mahbuburrahman rifat's user avatar
0 votes
2 answers
19 views

I'm having a problem with my code. I'm just trying to add a simple marker. Here's my implementation <script setup lang="ts"> import { AbsoluteLayout, Page } from '@nativescript/core'; ...
starleaf1's user avatar
  • 2,928
0 votes
1 answer
95 views

I’m running a Laravel backend alongside a Vue frontend on NGINX. The issue I’m facing is that my API endpoints are returning HTML instead of JSON. For example: https://isuecampusmap.site/api/ → ...
Bunz's user avatar
  • 1
Best practices
0 votes
1 replies
38 views

I have a situation where a pina store variable should be reset as soon as it is consumed. Apparently because of reactivenes I cannot do: defineStore('SystemStore', { state() { return { ...
theking2's user avatar
  • 3,101
0 votes
1 answer
17 views

How can I get the seo of my Nuxt app from one external api, in this case strapi, and use it in my app, actually I have this, // enter code here import { getEnv } from "../src/utils"; import {...
xavi zamora's user avatar
1 vote
0 answers
213 views

I want to set up a fresh Laravel 12 project that uses Vue.js for the frontend. However, I don’t want to use the new Wayfinder package that comes with Laravel 12. Instead, I’d like to configure it like ...
khalid's user avatar
  • 27
Advice
0 votes
2 replies
73 views

I've been learning Vue for my project (Composition API) and so far there is one thing that I can't get my head around. Let's say we have a reactive object: const obj = reactive({ count: 0 }) And I ...
Ivan's user avatar
  • 19
1 vote
0 answers
42 views

How to create optional value with Tanstack form and Zod? <script setup lang="ts"> import { useI18n } from 'vue-i18n'; import { z } from 'zod'; import { revalidateLogic, ...
user31869577's user avatar
0 votes
1 answer
116 views

Here’s the error message from the browser console: Access to fetch at 'https://orbis-api-web.azurewebsites.net/api/v1/UserAuth/RefreshToken' from origin 'https://orbis-solidarity.com' has been ...
christine vasilyan's user avatar
0 votes
0 answers
33 views

I'm using Vite and VueJS in order to build out an application which has the main application scripts, and various plugin scripts which can be loaded in completely independently of the main application ...
Joe Simpson's user avatar
  • 2,594
-1 votes
1 answer
49 views

I have a simple template with a bar chart that doesn’t render properly in Vue-ECharts, even though the exact same options work fine in the ECharts playground. There are no console errors — the chart ...
Primoz's user avatar
  • 1,534
1 vote
0 answers
49 views

I’m working on a Vue/Nuxt project where my client reports that the website is slow — especially when loading a selection window and when fetching JSON data. However, the slowness is not very ...
Umar umar's user avatar
1 vote
0 answers
56 views

I have a list of vue 3 editor components, that I dynamically display based on the "page" the user is currently on. Currently they are stored in a Component[], but I would like to make sure: ...
ST-DDT's user avatar
  • 2,727
0 votes
0 answers
44 views

I have a trouble trying to find out how to make a little thing, let me explain more below. I have a project using php-laravel, coreui vue and using a MVC Architecture, and i made my whole vue dynamic ...
KDG's user avatar
  • 1
0 votes
0 answers
35 views

I have the follwing: <Panel header="SITE MANAGEMENT"> <template #icons> <Button severity="secondary" rounded text @click="showAddNewModal = true"&...
Robert Benedetto's user avatar
0 votes
1 answer
129 views

I'm working on a Vue 3 monorepo with the following structure: packages/ └── ui/ ├── src/ │ ├── components/ │ │ └── *.vue │ └── assets/ │ └── tailwind.css └── ...
Amin's user avatar
  • 397
0 votes
1 answer
39 views

I've setup a new VueJS project using the default scaffolding method npm create vue@latest (which right now is Vue 3.5.22), that uses Vite under the hood. I want to use Sass for my stylesheets, and I'm ...
Quentin's user avatar
  • 1,173
0 votes
0 answers
27 views

In element plus, images are movable by cursor pointer in desktop view but when you try to do the same on mobile devices, the image is not moving. Not sure the behind the scene engineering but I assume ...
tawsifahmed's user avatar