Skip to content

Commit

Permalink
feat(OlScalelineControl): support maxWidth option (#390)
Browse files Browse the repository at this point in the history
added maxWidth
  • Loading branch information
manugspan authored Dec 17, 2024
1 parent 335f5ae commit d92a7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/mapControls/OlScalelineControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const props = withDefaults(
defineProps<{
className?: string;
minWidth?: number;
maxWidth?:number;
render?: (...args: unknown[]) => unknown;
target?: HTMLElement;
units?: string;
Expand Down

0 comments on commit d92a7fd

Please sign in to comment.