chore: init project
This commit is contained in:
7
apps/antd-view/src/views/dashboard/index.vue
Normal file
7
apps/antd-view/src/views/dashboard/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
defineOptions({ name: 'WelCome' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>dashboard</div>
|
||||
</template>
|
Reference in New Issue
Block a user