Update mounted instead of ready

This commit is contained in:
insoutt
2016-11-28 13:58:11 -05:00
committed by GitHub
parent cffcc4932d
commit cc47df31a8

View File

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