add missing semicolons

This commit is contained in:
busti 2019-11-13 22:21:47 +01:00
parent 8b82069a03
commit 62fd6afed3
3 changed files with 4 additions and 4 deletions

View file

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