mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 20:27:59 +00:00
Add eslint-plugin-vue
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
data () {
|
||||
return {
|
||||
msg: "Hello World!",
|
||||
};
|
||||
},
|
||||
};
|
||||
msg: 'Hello World!'
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user