mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-14 18:49:03 +00:00
chore: slightly adjust testing text
This commit is contained in:
@@ -21,7 +21,8 @@ onUnmounted(() => webviewRemoveEventListener("greeting", onPersonGreeted));
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main class="container">
|
<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">
|
<form class="row" @submit.prevent="greet">
|
||||||
<input id="greet-input" v-model="name" placeholder="Enter a name..." autocomplete="off" />
|
<input id="greet-input" v-model="name" placeholder="Enter a name..." autocomplete="off" />
|
||||||
|
Reference in New Issue
Block a user