Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2016-12-29 13:03:32 +00:00
8 changed files with 35 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
<script>
export default {
mounted() {
console.log('Component ready.')
console.log('Component mounted.')
}
}
</script>