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

Update mounted instead of ready

parent cffcc493
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<script> <script>
export default { export default {
mounted() { mounted() {
console.log('Component ready.') console.log('Component mounted.')
} }
} }
</script> </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