Use tta crate from tauri app
This commit is contained in:
parent
90c48d4723
commit
aab7973928
4 changed files with 7 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ async function greet() {
|
|||
<p>Click on the Tauri, Vite, and Vue logos to learn more.</p>
|
||||
|
||||
<form class="row" @submit.prevent="greet">
|
||||
<input id="greet-input" v-model="name" placeholder="Enter a name..." />
|
||||
<input id="greet-input" v-model="name" placeholder="Greetee" />
|
||||
<button type="submit">Greet</button>
|
||||
</form>
|
||||
<p>{{ greetMsg }}</p>
|
||||
|
|
@ -157,4 +157,4 @@ button {
|
|||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue