Skip to content

Commit

Permalink
Fix typo in Column.vue (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored Jun 20, 2024
1 parent 9ac74d6 commit c0ae447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/content/Column.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script setup>
const props = defineProps({
sticky: {
defualt: false
default: false
}
})
</script>

0 comments on commit c0ae447

Please sign in to comment.