first commit
This commit is contained in:
8
src/pages/DataPage.vue
Normal file
8
src/pages/DataPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<h1>Test Page</h1>
|
||||
<DBMTree></DBMTree>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import DBMTree from 'src/components/DBMTree.vue';
|
||||
</script>
|
Reference in New Issue
Block a user