You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-reference/attribution-control.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,22 +60,22 @@ function App() {
60
60
61
61
### Reactive Properties
62
62
63
-
#### `style`: CSSProperties {#style}
63
+
#### `style`: CSSProperties {#style}
64
64
65
65
CSS style override that applies to the control's container.
66
66
67
67
### Other Properties
68
68
69
69
The properties in this section are not reactive. They are only used when the component first mounts.
70
70
71
-
Any options supported by the `AttributionControl` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/markers/#attributioncontrol) | [Maplibre](https://maplibre.org/maplibre-gl-js-docs/api/markers/#attributioncontrol)), such as
71
+
Any options supported by the `AttributionControl` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/markers/#attributioncontrol) | [Maplibre](https://maplibre.org/maplibre-gl-js/docs/API/classes/maplibregl.AttributionControl/)), such as
0 commit comments