提交更改版本
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user