Compare commits

...

2 Commits

1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<template>
<Test />
</template>
<script lang="ts" setup>
import Test from '@/views/dashboard/test/index.vue';
</script>