python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a way to prevent vue hot reload from making too many API calls?
I'm new to vue and I just started working on my first project.
In my main component, I have a fetch request to an (limited) API endpoint on page load. Every time I make changes to my code, the page re...
Mike
Votes: 0
Answers: 1
Changing class on radio button change
My first column (Test1) is active, so the background turns orange. Why does the active class not change to the second column (Test2) when I click the radio button?
I'd like it to change the active cla...
Some Name
Votes: 0
Answers: 2
Is that a problem with plugins versions? Vue 3
after using "vue create" command I get these versions in package.json:
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0",
...
Be Different
Votes: 0
Answers: 1