vue-fortune-wheel icon indicating copy to clipboard operation
vue-fortune-wheel copied to clipboard

how to add image to wheel

Open jakkapong1129 opened this issue 1 year ago • 2 comments

how to add image to wheel

jakkapong1129 avatar Jul 12 '23 14:07 jakkapong1129

Please see the document

<!-- 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>

XiaoLin1995 avatar Jul 12 '23 14:07 XiaoLin1995

add in image I'm not fix image i want add image to array

jakkapong1129 avatar Jul 13 '23 15:07 jakkapong1129