Add eslint-plugin-vue

This commit is contained in:
KevinNThomas
2021-07-17 15:57:05 -07:00
parent 1871ea9eb7
commit 6479b32063
11 changed files with 4908 additions and 3394 deletions

View File

@@ -7,12 +7,12 @@
<script>
export default {
data() {
data () {
return {
msg: "The superheros",
};
},
};
msg: 'The superheros'
}
}
}
</script>
<style scoped>
h1,
@@ -30,4 +30,4 @@ li {
a {
color: #42b983;
}
</style>
</style>