mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-13 03:46:22 +00:00
Add eslint-plugin-vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user