0๐
And if you do something like this?
<template v-for="(day) in days">
<div v-on:click="dayClick(day.id)">
{{ day.day }}
</div>
</template>
-1๐
As it always appears โ im my own worst enemy. I had pointer-events: none;
for element i was trying to look at. Sry guys, and thank you for help. Im much more stupid than all of you
- [Vuejs]-When i change the router, how can i reset the vuex state or data as default?
- [Vuejs]-Laravel โ 9 Vite with vue cli 3 โ vue-router error
Source:stackexchange.com