Skip to content

Commit 915ce1c

Browse files
committed
chore: playground bg class
1 parent 4bc2e21 commit 915ce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/ranges/04RangeDataList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const model = ref<RangeData<string>[]>([
99
{ data: '59:59', value: 90, unremovable: true },
1010
])
1111
12-
const backgrounds = ['bg-cyan', 'bg-violet', 'bg-rose', 'bg-lime']
12+
const backgrounds = ['!bg-cyan', '!bg-violet', '!bg-rose', '!bg-lime']
1313
const progress = computed(() => {
1414
const p: RangeProgress = []
1515
for (let i = 0; i < model.value.length - 1; i += 2) {

0 commit comments

Comments
 (0)