trying to make a number corousel but it wont apply active class to the element based on the card index
i am trying to make a number corousel but it wont update the active class for specific values in the html.
How can I call a function with parameters in html
I want to have a like nad dislike percentage on cards.
Vue.js update html with data at specific index value
I’m just playing with a mix of vue.js and vanilla to try and create a blackjack game. I’m storing all the cards data in the vue data(), eg:
Download HTML content as page.html rendered in a VueJS preview
I have developed a VueJS-based application for front-end content management.
I’m seeking to integrate a ‘download’ button functionality within the application. This feature will enable the users to download the previewed and edited content as an HTML file. Additionally, I aim to implement a mechanism to exclude specific div elements from being included in the downloaded file.
Trying to figure out why my v-show has stopped working when I add a modal
I am attempting to learn Vue for the first time and I am building an application where I have a section where there are rows of data. Each row will be associated with lots of data about that element, to avoid loading all this data at one I have previously implemented a sort of “expandable row” using the v-show attribute. This was working great that on button press the row of information would expand and a call to my database would be made to retrieve the extra information about that specific row would be retrieved.