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.
2 parents 301f869 + 9d2985f commit 6d44817Copy full SHA for 6d44817
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