Prettify codebase

This commit is contained in:
2020-06-25 23:31:51 +02:00
parent 236ab22e12
commit 818382bd13
17 changed files with 102 additions and 94 deletions

View File

@@ -104,11 +104,11 @@
<script>
export default {
name: "HelloWorld",
name: 'HelloWorld',
props: {
msg: String
}
};
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->