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 4bc2e21 commit 915ce1cCopy full SHA for 915ce1c
playground/src/ranges/04RangeDataList.vue
@@ -9,7 +9,7 @@ const model = ref<RangeData<string>[]>([
9
{ data: '59:59', value: 90, unremovable: true },
10
])
11
12
-const backgrounds = ['bg-cyan', 'bg-violet', 'bg-rose', 'bg-lime']
+const backgrounds = ['!bg-cyan', '!bg-violet', '!bg-rose', '!bg-lime']
13
const progress = computed(() => {
14
const p: RangeProgress = []
15
for (let i = 0; i < model.value.length - 1; i += 2) {
0 commit comments