This commit is contained in:
2026-01-10 19:01:56 +00:00
parent 51592d7eb2
commit abcad8247f
14 changed files with 128 additions and 148 deletions

View File

@@ -28,5 +28,6 @@ async function post() {
<input type="text" v-model="title" placeholder="Title" />
<textarea v-model="content" placeholder="Content"></textarea>
<button @click="post">Upload</button>
<!-- make textarea take up most the space -->
</div>
</template>