Skip to content

Commit

Permalink
fix(VsDivider): fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmldus committed Dec 21, 2023
1 parent d2aaa13 commit 9962557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vlossom/src/components/vs-divider/VsDivider.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="vs-dvider" :class="[`vs-${computedColorScheme}`, { ...classObj }]" :style="customProperties" />
<div class="vs-divider" :class="[`vs-${computedColorScheme}`, { ...classObj }]" :style="customProperties" />
</template>

<script lang="ts">
Expand Down

0 comments on commit 9962557

Please sign in to comment.