default fill to true

This commit is contained in:
2023-01-26 11:49:18 +10:00
parent 4cc129aad6
commit 2701886ee4

View File

@@ -10,7 +10,7 @@
const props = defineProps({
fill: {
type: Boolean,
default: false,
default: true,
},
width: {
type: String,