pointer cursor while choosing
This commit is contained in:
parent
75306742c5
commit
01e88c6059
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
:key="`rect-${index}`"
|
:key="`rect-${index}`"
|
||||||
:rectangle="rect"
|
:rectangle="rect"
|
||||||
@click.left="choose_rect(index)"
|
@click.left="choose_rect(index)"
|
||||||
|
style="cursor: pointer"
|
||||||
/>
|
/>
|
||||||
<template
|
<template
|
||||||
v-for="(rect, index) in rectangles_chosen"
|
v-for="(rect, index) in rectangles_chosen"
|
||||||
|
|
Loading…
Reference in a new issue