We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def9358 commit 121a37eCopy full SHA for 121a37e
src/tutorial/src/step-10/App/template.html
@@ -1,4 +1,4 @@
1
<p>Todo id: {{ todoId }}</p>
2
-<button @click="todoId++">Fetch next todo</button>
+<button @click="todoId++" :disabled="!todoData">Fetch next todo</button>
3
<p v-if="!todoData">Loading...</p>
4
<pre v-else>{{ todoData }}</pre>
0 commit comments