vue-fortune-wheel
vue-fortune-wheel copied to clipboard
how to add image to wheel
how to add image to wheel
<!-- type: image -->
<FortuneWheel
ref="wheelEl"
type="image"
>
<template #wheel>
<!-- A picture of your wheel -->
<img src="./assets/wheel.png" style="width: 100%;transform: rotateZ(60deg)" />
</template>
<template #button>
<!-- A picture of your button-->
<img src="./assets/button.png" style="width: 180px"/>
</template>
</FortuneWheel>
add in
I'm not fix image i want add image to array