fix: 修复构建错误,完成所有页面开发和构建测试
This commit is contained in:
@@ -75,7 +75,7 @@ const handleClick = (e: MouseEvent) => {
|
||||
}
|
||||
|
||||
&:active {
|
||||
@apply scale-98;
|
||||
@apply scale-95;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
9
src/views/appointment/List.vue
Normal file
9
src/views/appointment/List.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<h1>预约列表</h1>
|
||||
<p>功能开发中...</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
Reference in New Issue
Block a user