Commit cc47df31 authored by insoutt's avatar insoutt Committed by GitHub

Update mounted instead of ready

parent cffcc493
......@@ -17,7 +17,7 @@
<script>
export default {
mounted() {
console.log('Component ready.')
console.log('Component mounted.')
}
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment