Update marker.zh.md

This commit is contained in:
L42 2020-11-26 17:45:39 +08:00 committed by GitHub
parent f5e3482def
commit 82d2147eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,7 @@ order: 3
```jsx
import { Marker} from '@antv/l7-react'
<Marker
option = {{
color:'red'
}}
lnglat ={{[120,32]}}
lnglat={[120,32]}
/>
```