update: Color prop optional in MarkerDefinitions
This commit is contained in:
@@ -10,7 +10,8 @@ export default defineComponent({
|
||||
props: {
|
||||
color: {
|
||||
type: String as PropType<MarkerDefinitionsProps['color']>,
|
||||
required: true
|
||||
required: false,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
setup(props) {
|
||||
|
||||
Reference in New Issue
Block a user