首页去掉调试信息
This commit is contained in:
parent
db43006351
commit
dbf6a467ac
@ -17,11 +17,10 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { defineProps } from "vue";
|
||||
import { ref } from "vue";
|
||||
|
||||
const props = defineProps({
|
||||
item: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
});
|
||||
|
@ -35,7 +35,7 @@ import windBladepage from './windBlade.vue'
|
||||
|
||||
const props = defineProps({
|
||||
item: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
})
|
||||
|
@ -26,7 +26,7 @@ import windBladepage from './windBlade.vue'
|
||||
|
||||
const props = defineProps({
|
||||
item: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
})
|
||||
|
@ -28,7 +28,7 @@ import windBladepage from './windBlade.vue'
|
||||
const router = useRouter()
|
||||
const props = defineProps({
|
||||
item: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user