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 af26f50 commit 0949558Copy full SHA for 0949558
.eslintignore
@@ -0,0 +1 @@
1
+/dist
index.js
@@ -20,7 +20,7 @@ new Vue({ // eslint-disable-line no-new
20
},
21
watch: {
22
sampleJSON() {
23
- console.log('updated sampleJSON');
+ alert('updated sampleJSON'); // eslint-disable-line no-alert
24
}
25
26
});
0 commit comments