This commit is contained in:
zhujiyan
2024-10-10 17:56:45 +08:00
parent e060939bc1
commit e9be3ca31c
2 changed files with 6 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
<template>
<div class="detection"></div>
</template>
<script lang="ts" setup>
onMounted(() => {
console.log();
});
</script>
<style lang="scss" scoped>
.detection {
width: 100%;
height: 100%;
border: 2px solid green;
}
</style>