优化
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from "vue";
|
||||
import DemoItem from "../components/item.uvue";
|
||||
|
||||
const { windowWidth, windowHeight } = uni.getWindowInfo();
|
||||
|
||||
|
||||
@@ -72,11 +72,6 @@ const props = defineProps({
|
||||
velocitySensitivity: {
|
||||
type: Number,
|
||||
default: 0.7
|
||||
},
|
||||
// 是否支持横屏自适应
|
||||
autoRotate: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user