pointer cursor while choosing

This commit is contained in:
Jörn-Michael Miehe 2023-01-25 09:56:05 +00:00
parent 75306742c5
commit 01e88c6059

View file

@ -13,6 +13,7 @@
:key="`rect-${index}`"
:rectangle="rect"
@click.left="choose_rect(index)"
style="cursor: pointer"
/>
<template
v-for="(rect, index) in rectangles_chosen"