How to construct a 2*2 matrix of checkboxes bases on the data from api and also manipulate the data based on user response in the checkboxes vuejs?
I’m trying to construct a 2*2 matrix of checkboxes bases on the data from api and also manipulate the data based on user response in the checkboxes.
Why is the text interpolation data not showing up, even though it shows in console (VUE 3)?
I’m trying to display the current time in IST in the format HH:MM:SS IST which keeps changing every second using text interpolation and composition api in Vue js.