Revert "Add eslint-plugin-vue"

This reverts commit 6479b32063.
This commit is contained in:
KevinNThomas
2021-07-17 17:31:34 -07:00
parent 7548d4a19a
commit ca4c7804e0
11 changed files with 3389 additions and 4903 deletions

View File

@@ -7,12 +7,12 @@
<script>
export default {
data () {
data() {
return {
msg: 'The commoners'
}
}
}
msg: "The commoners",
};
},
};
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
@@ -32,4 +32,4 @@ li {
a {
color: #42b983;
}
</style>
</style>