feat: 完成核心页面开发
This commit is contained in:
12
src/views/appointment/Detail.vue
Normal file
12
src/views/appointment/Detail.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<h1>${file}</h1>
|
||||
<p>功能开发中...</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user