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 8bc9d92 commit 0afc132Copy full SHA for 0afc132
src/api/index.md
@@ -815,7 +815,7 @@ type: api
815
// si può anche usare una stringa
816
bye: 'sayGoodbye'
817
},
818
- metodi: {
+ methods: {
819
sayGoodbye: function () {
820
console.log('Ciao Ciao!')
821
}
@@ -1390,7 +1390,7 @@ Vue non tiene una copia dei valori pre-modifica.</p>
1390
``` js
1391
new Vue({
1392
// ...
1393
1394
1395
Esempio: function () {
1396
// modifica un dato
0 commit comments