Skip to main content

Questions tagged [vuejs2]

Use this tag for questions specific to version 2 of Vue.js, an open-source, progressive JavaScript framework for building user interfaces. Consider also using the main [vue.js] tag in addition to this one.

0 votes
1 answer
20 views

Problem building Vue solution with @azure/msal-browser package included

I am running into an issue where my 'npm run build' is failing when I include the '@azure/msal-browser' package. It is failing when trying to parse the .mjs files from the package. The specific error ...
B. Youngman's user avatar
0 votes
1 answer
25 views

Vuetify2 styles not working properly with Django

I'm trying to add vue + vuex + vuetify framework to my django project I have installed node.js and yarn, then prescribed the commands - yarn global add @vue/cli and vue create client in project root ...
Iliya's user avatar
  • 5
-1 votes
0 answers
30 views

Website giving "an error repeatedly occurred" error in both safari and chrome for iPhone [closed]

I am at my wits end. I have tested my website on multiple devices and keep getting mixed results. I can't reliably recreate the issue. The website I am trying to diagnose is clawson-honda-staging....
Christopher Garrick's user avatar
0 votes
0 answers
11 views

Icons of Element UI do not appear

I'm using Element UI with an Electron - Vue 2.6 - Vite - SCSS app, and the icons (like ) do not appear. All the other Element UI components work just fine. I have followed the instructions on https://...
gitsal's user avatar
  • 11
0 votes
1 answer
34 views

Change javascript date with a timezone

I'm using Vue and I have this vue2-date-range-picker <date-range-picker ref="picker" :class="[dateHasChanges ? 'daterange-picker-highlighted' : '']&...
Juan Pablo B's user avatar
0 votes
0 answers
17 views

Issue with pagination in datatable [closed]

When I go to page 2 and refresh, page 3 is no longer visible and the data it obtains apparently is not that of page 2. Iḿ working in the vue framework, so I initialize the datatable using a function ...
Diego Martínez's user avatar
0 votes
0 answers
21 views

TinyMCE Toolbar ScrollBar not working properly with Quasar Framework

We have a Vue2, Nuxt2 project based on Quasar Framework. We've added a TinyMCE doc editor to it with a toolbar. The toolbar is supposed to have a horizontal scroll in case all of the buttons don't fit ...
uli's user avatar
  • 13
0 votes
1 answer
45 views

Stuck upgrading vue2 to vue3

// import Vue from "vue"; // vue2 import { createApp } from 'vue' // vue3 import fabComponent from "./components/Fab.vue"; import SvgIcon from "./components/SvgIcon.vue"; ...
bilogic's user avatar
  • 605
1 vote
1 answer
45 views

How to set multiple colors for bars in ApexCharts horizontal bar chart (sparkline mode)?

I'm trying to create a horizontal bar chart using ApexCharts in sparkline mode. I want to set different colors for each bar, but I'm unable to achieve this using the colors option. Here's my code: ...
Liranko's user avatar
  • 88
0 votes
0 answers
10 views

Material design icons

I want to fill a DevExtreme DxSelectBox with icons. I was wondering if there is a way to use the entire material design icon list as my DxSelectBox datasource (without me copying every icon one by one ...
Alex's user avatar
  • 1
0 votes
1 answer
37 views

How to pass a function with a parameter to v-select?

How to pass a function with a parameter to v-select? Tried to do it this way, but nothing works... I tried doing it through template, but it didn't work either. Maybe I'm doing something wrong. I need ...
perl's user avatar
  • 1
0 votes
0 answers
26 views

Handling Emits with Vue.extend in TypeScript

I'm following the Vue 3 migration guide and trying to declare all the $emit events in the emits array. My component is written in TypeScript, and I'm still using Vue.extend. However, I'm encountering ...
Eli Perlshtein's user avatar
0 votes
1 answer
37 views

vue.js and Element Plus - use el-select with key

I intend to make a drop-down menu that can have three values: The first can be 'Father' or 'Mother' depending on the condition returned by the autoGender(index) method. The second is always 'Father'. ...
Mat's user avatar
  • 137
0 votes
1 answer
31 views

Adding attribute to HTML elements to whole code

I'm using Nuxt 2 in my project with Storyblok datasources as translations and e.g. I've: <span v-text="$t('labels.cartSell')" /> and I need to add something like data-translation="...
kozdro's user avatar
  • 113
0 votes
0 answers
10 views

Render Dynamic Dependant DropDowns with VUEJS 2.6.11 and BootstrapVue

I have an application written in VueJS 2.6.11 and BootStrap Vue 2.1.0 What I am trying to do is mimic the following functionality and can't seem to wrap my head around it. I know how to do it in ...
rip747's user avatar
  • 9,425

15 30 50 per page
1
2 3 4 5
1762