default fill to true
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
const props = defineProps({
|
||||
fill: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
width: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user