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 64d35c8 commit 24616e8Copy full SHA for 24616e8
src/examples/src/temperature-converter/App/template.html
@@ -1,2 +1,2 @@
1
-<input type="number" :value="c" @change="setC"> Celsius =
2
-<input type="number" :value="f" @change="setF"> Fahrenheit
+<input type="number" :value="c" @input="setC"> Celsius =
+<input type="number" :value="f" @input="setF"> Fahrenheit
0 commit comments