Files
violin-home/src/view/thinking/index.vue
T
2022-04-04 00:27:56 +08:00

12 lines
225 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div class="dashboard">感悟这个东西暂时没有什么太多想法以后会被删掉把</div>
</template>
<script setup lang="ts">
</script>
<style>
.dashboard {
background-color: beige;
}
</style>