-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(#63): tutorial step 10 * improvement tutorial/step-10
- Loading branch information
1 parent
4d9b2ec
commit 2a10d98
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p>Todo id: {{ todoId }}</p> | ||
<button @click="todoId++">Fetch next todo</button> | ||
<p v-if="!todoData">Loading...</p> | ||
<button @click="todoId++">Fetch del todo successivo</button> | ||
<p v-if="!todoData">Caricamento in corso...</p> | ||
<pre v-else>{{ todoData }}</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters