This commit is contained in:
2023-04-26 23:17:50 +08:00
parent bf51ba13a3
commit 5f76adf6df
5 changed files with 154 additions and 3 deletions

9
src/views/IndexView.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<n-button>
Hello
</n-button>
</template>
<script lang="ts" setup>
import { NButton } from 'naive-ui'
</script>