We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7656f2a commit 272ac2cCopy full SHA for 272ac2c
1 file changed
app/components/Package/WeeklyDownloadStats.vue
@@ -249,7 +249,7 @@ const config = computed<VueUiSparklineConfig>(() => {
249
color: colors.value.borderHover,
250
pulse: {
251
show: true, // the pulse will not show if prefers-reduced-motion (enforced by vue-data-ui)
252
- loop: false, // runs only once if false
+ loop: false,
253
radius: 1.5,
254
color: pulseColor.value!,
255
easing: 'ease-in-out',
0 commit comments