wip: more work
This commit is contained in:
parent
91cfb701b6
commit
d401464353
9 changed files with 596 additions and 134 deletions
15
pages/web/test.vue
Normal file
15
pages/web/test.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
definePageMeta({
|
||||
layout: "client"
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue