2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-09 16:26:44 +00:00

chore: slightly adjust testing text

This commit is contained in:
Jan Laupetin
2025-10-07 23:33:34 +01:00
parent 49295448c8
commit 2236ddfd5e

View File

@@ -21,7 +21,8 @@ onUnmounted(() => webviewRemoveEventListener("greeting", onPersonGreeted));
<template>
<main class="container">
<h1>Welcome to Webview + Vue</h1>
<h1>Welcome to ModMan</h1>
<small>Nothing to see here yet, this is mainly for testing</small>
<form class="row" @submit.prevent="greet">
<input id="greet-input" v-model="name" placeholder="Enter a name..." autocomplete="off" />