提交更改版本

This commit is contained in:
zhujiyan
2024-07-22 10:35:01 +08:00
parent 33a41b9d7a
commit bccf61c6d1
31 changed files with 180231 additions and 443 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div class="harmonic">
谐波频谱
</div>
</template>
<script lang="ts" setup>
import { ref, onMounted } from 'vue'
onMounted(() => {
console.log()
})
</script>
<style lang="scss" scoped>
.harmonic{
width:100%;
height:100%;
border: 2px solid green;
}
</style>