Skip to content

Commit a81d05d

Browse files
authored
Update OlScalelineControl.vue
added maxWidth
1 parent 5f72102 commit a81d05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mapControls/OlScalelineControl.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const props = withDefaults(
1111
defineProps<{
1212
className?: string;
1313
minWidth?: number;
14+
maxWidth?:number;
1415
render?: (...args: unknown[]) => unknown;
1516
target?: HTMLElement;
1617
units?: string;

0 commit comments

Comments
 (0)