icssoa 8 meses atrás
pai
commit
28ea726bb1

+ 0 - 1
pages/demo/other/sign.uvue

@@ -28,7 +28,6 @@
 
 <script setup lang="ts">
 import { ref } from "vue";
-import DemoItem from "../components/item.uvue";
 
 const { windowWidth, windowHeight } = uni.getWindowInfo();
 

+ 0 - 5
uni_modules/cool-ui/components/cl-sign/cl-sign.uvue

@@ -72,11 +72,6 @@ const props = defineProps({
 	velocitySensitivity: {
 		type: Number,
 		default: 0.7
-	},
-	// 是否支持横屏自适应
-	autoRotate: {
-		type: Boolean,
-		default: true
 	}
 });