Use mounted instead of ready

This commit is contained in:
Erik Telford 2016-10-02 21:33:52 -05:00
parent 6f9a450f5c
commit e0573e67e0
1 changed files with 1 additions and 1 deletions

View File

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