We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0673f15 commit 5b4e96fCopy full SHA for 5b4e96f
1 file changed
docs/.vitepress/components/CropperPlayground.vue
@@ -829,7 +829,7 @@
829
class="form-control form-control-sm"
830
name="aspectRatio"
831
>
832
- <option :value="NaN">
+ <option :value="undefined">
833
Free
834
</option>
835
<option :value="16/9">
@@ -857,7 +857,7 @@
857
858
name="initialAspectRatio"
859
860
861
862
863
0 commit comments