Skip to content

Commit 0afc132

Browse files
author
Ludo237
committed
Fixed wrong reference inside the code examples
1 parent 8bc9d92 commit 0afc132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ type: api
815815
// si può anche usare una stringa
816816
bye: 'sayGoodbye'
817817
},
818-
metodi: {
818+
methods: {
819819
sayGoodbye: function () {
820820
console.log('Ciao Ciao!')
821821
}
@@ -1390,7 +1390,7 @@ Vue non tiene una copia dei valori pre-modifica.</p>
13901390
``` js
13911391
new Vue({
13921392
// ...
1393-
metodi: {
1393+
methods: {
13941394
// ...
13951395
Esempio: function () {
13961396
// modifica un dato

0 commit comments

Comments
 (0)