Initial commit: first version of project
This commit is contained in:
19
src/views/admin/dashboard.vue
Normal file
19
src/views/admin/dashboard.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- 面板主页 -->
|
||||
<template>
|
||||
<div class="dashboard">
|
||||
<div class="dashboard-container">
|
||||
<div class="dashboard-text">欢迎来到面板首页</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.dashboard {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user