Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-12-05 10:51:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
afd3e1b3de6d44fd57ad79de84d09470524a5cb9
afd3e1b3
1 parent
7fa9bc48
评分组件主题设置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/RatePickerField/index.vue
src/components/RatePickerField/index.vue
View file @
afd3e1b
...
...
@@ -14,6 +14,7 @@
<van-rate
v-model="rate_value"
:count="item.component_props.count"
:color="styleColor.baseColor"
@change="onChange"
style="padding: 1rem"
/>
...
...
@@ -29,6 +30,8 @@
</template>
<script setup>
import { styleColor } from "@/constant.js";
const props = defineProps({
item: Object,
});
...
...
Please
register
or
login
to post a comment