add alias @ as path

This commit is contained in:
simple321vip
2023-01-28 17:19:05 +08:00
parent e7cf872567
commit 67eaa3ad40
6 changed files with 46 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<div class="dashboard">感悟这个东西暂时没有什么太多想法以后会被删掉把</div>
</template>
<script setup lang="ts">
</script>
<style>
.dashboard {
background-color: beige;
}
</style>