We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
imperial
metric
scale
1 parent f349a8a commit ad195e1Copy full SHA for ad195e1
docs/components/l-control-scale/README.md
@@ -11,7 +11,7 @@ Any of the props of `l-control-scale` or the classes that it extends can be used
11
12
<template>
13
<l-map style="height: 100%; width: 100%" :zoom="zoom" :center="center">
14
- <l-control-scale position="topright" scale="imperial" ></l-control-scale>
+ <l-control-scale position="topright" :imperial="true" :metric="false"></l-control-scale>
15
<l-tile-layer :url="url"></l-tile-layer>
16
</l-map>
17
</template>
0 commit comments