1

parent c5d3381b
<template>
<div class="rating">
<div v-for="index in maxStars" :key="index" class="star" :style="{ fontSize: size }">
<div
<view class="rating">
<view v-for="index in maxStars" :key="index" class="star" :style="{ fontSize: size }">
<view
class="filled"
:style="{
width: getStarWidth(index) + '%',
......@@ -9,10 +9,10 @@
}"
>
</div>
</view>
</div>
</div>
</view>
</view>
</template>
<script>
......
import './.rexma/lib';
import { createSSRApp } from 'vue';
import App from './App.vue';
import store from './store';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment