Skip to content

Commit

Permalink
chore(playground): fix separator not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Jul 14, 2023
1 parent 7615881 commit 8cd8942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/components/Dock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const buttons = computed(() => [
</script>

<template>
<div class="dock" :class="{ [config.position]: true }">
<div class="dock" :class="{ [config.position]: true, [config.direction]: true }">
<dock-wrapper
:size="config.size"
:padding="config.padding"
Expand Down

0 comments on commit 8cd8942

Please sign in to comment.