mirror of https://github.com/dtm-labs/dtm.git
committed by
GitHub
10 changed files with 38 additions and 5432 deletions
File diff suppressed because it is too large
|
Before Width: | Height: | Size: 6.7 KiB |
@ -1,9 +0,0 @@ |
|||||
<script setup lang='ts'> |
|
||||
|
|
||||
</script> |
|
||||
|
|
||||
<template> |
|
||||
<div> |
|
||||
<h1>Page1</h1> |
|
||||
</div> |
|
||||
</template> |
|
||||
@ -1,9 +0,0 @@ |
|||||
<script setup lang='ts'> |
|
||||
|
|
||||
</script> |
|
||||
|
|
||||
<template> |
|
||||
<div> |
|
||||
<h1>Page2</h1> |
|
||||
</div> |
|
||||
</template> |
|
||||
@ -0,0 +1,5 @@ |
|||||
|
<template> |
||||
|
<h1>Coming Soon</h1> |
||||
|
</template> |
||||
|
<script setup lang="ts"> |
||||
|
</script> |
||||
@ -0,0 +1,5 @@ |
|||||
|
<template> |
||||
|
<h1>Coming Soon</h1> |
||||
|
</template> |
||||
|
<script setup lang="ts"> |
||||
|
</script> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<template> |
||||
|
<h1>Coming Soon</h1> |
||||
|
</template> |
||||
|
|
||||
|
<script setup lang="ts"> |
||||
|
</script> |
||||
Loading…
Reference in new issue