Skip to content

Commit c0ae447

Browse files
authored
Fix typo in Column.vue (#116)
1 parent 9ac74d6 commit c0ae447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/content/Column.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script setup>
1111
const props = defineProps({
1212
sticky: {
13-
defualt: false
13+
default: false
1414
}
1515
})
1616
</script>

0 commit comments

Comments
 (0)