Skip to main content

Questions tagged [vue.js]

Vue.js is an open-source JavaScript framework for building interactive web interfaces. It creates data-driven user interfaces with a simple and flexible API.

7 questions with no upvoted or accepted answers
4 votes
0 answers
71 views

I have a checkbox form question component I made in Vue 2, and I'm migrating to Vue 3 so want to simplify it as much as possible and make sure I've taken advantage of all the new feature of Vue 3. ...
Sara's user avatar
  • 41
4 votes
0 answers
187 views

I'm in a project that's currently using vue. I'm at the moment developing validations for the inputs and in a way to make them more flexible, my idea was to create an intermediate component "...
martinho's user avatar
  • 171
3 votes
0 answers
73 views

I am learning Vue after working for some time with Angular and I'd like to hear experienced programmers concerning the implementation of my Progressive Bar service (in Vue it's called Plugin). The ...
Valary o's user avatar
  • 171
2 votes
0 answers
56 views

I'm working on keyboard testing web application. As a mechanical keyboard enthusiast, I need to test that all the keys on my keyboard work whenever I build one, or change the firmware for one. ...
hwrd's user avatar
  • 151
2 votes
0 answers
404 views

Hi I using Vue 3 with Typescript. In my code I have variable: ...
michal's user avatar
  • 121
2 votes
0 answers
480 views

I am accepting dynamic input from the user if they have any i.e - Children/Siblings/Previous Employement etc through Vue Components. A form is created and they input their data which is validated and ...
Arjun's user avatar
  • 171
2 votes
0 answers
28 views

After following up this question, I'm thinking if there's a better/shorter way to write this text element that has part with different style, while allowing localizations: ...
Nicke Manarin's user avatar