Skip to content

Commit d92a7fd

Browse files
authored
feat(OlScalelineControl): support maxWidth option (#390)
added maxWidth
1 parent 335f5ae commit d92a7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mapControls/OlScalelineControl.vue

+1
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)