feat: 添加嵌入式逻辑分析仪
This commit is contained in:
11
src/views/Project/Debugger.vue
Normal file
11
src/views/Project/Debugger.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="card">
|
||||
<WaveformDisplay />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import WaveformDisplay from '@/components/WaveformDisplay/WaveformDisplay.vue';
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user