dufu1991 2 anni fa
parent
commit
2f6fc72357
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/stdf/components/bottomSheet/BottomSheet.svelte

+ 1 - 1
packages/stdf/components/bottomSheet/BottomSheet.svelte

@@ -119,7 +119,7 @@
 	 * 滑动结束时位置低于此高度自动关闭
 	 * close when position lower than this height
 	 * @type {number}
-	 * @range {1 - 100}
+	 * @range 1 - 100
 	 */
 	export let closeHeight = 0;