Skip to content

Commit cfbba67

Browse files
committed
Config - Update VueUiRating config
1 parent 0ced547 commit cfbba67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/useConfig.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4054,7 +4054,9 @@ export function useConfig() {
40544054
backgroundColor: COLOR_WHITE,
40554055
borderColor: COLOR_GREY_LIGHT,
40564056
borderRadius: 4,
4057-
boxShadow: '0 6px 12px -6px rgba(0,0,0,0.2)'
4057+
boxShadow: '0 6px 12px -6px rgba(0,0,0,0.2)',
4058+
roundingValue: 0,
4059+
formatter: null
40584060
}
40594061
}
40604062
}

0 commit comments

Comments
 (0)