entry code
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
<template></template>
|
||||
<script setup>
|
||||
import Wip from "@/components/quick/Wip.vue";
|
||||
</script>
|
||||
|
||||
<script></script>
|
||||
<template>
|
||||
<main class="center-content flex-col">
|
||||
<div
|
||||
class="a4page-portrait center-content bdr-1 flex-col relative scroll-y"
|
||||
>
|
||||
<Wip />
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user