Skip to content

Commit 82dcb47

Browse files
committed
Config - Update VueUiSmiley & VueUiRating config
1 parent babeb74 commit 82dcb47

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/useConfig.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,6 +3983,7 @@ export function useConfig() {
39833983
position: POSITION.BOTTOM,
39843984
offsetX: 0,
39853985
offsetY: 0,
3986+
formatter: null
39863987
},
39873988
tooltip: {
39883989
show: true,
@@ -3993,7 +3994,9 @@ export function useConfig() {
39933994
backgroundColor: COLOR_WHITE,
39943995
borderColor: COLOR_GREY_LIGHT,
39953996
borderRadius: 4,
3996-
boxShadow: '0 6px 12px -6px rgba(0,0,0,0.2)'
3997+
boxShadow: '0 6px 12px -6px rgba(0,0,0,0.2)',
3998+
roundingValue: 0,
3999+
formatter: null
39974000
}
39984001
}
39994002
}
@@ -4043,7 +4046,8 @@ export function useConfig() {
40434046
roundingValue: 1,
40444047
position: POSITION.BOTTOM,
40454048
offsetY: 0,
4046-
offsetX: 0
4049+
offsetX: 0,
4050+
formatter: null
40474051
},
40484052
tooltip: {
40494053
show: true,

0 commit comments

Comments
 (0)