Use mounted instead of ready

This commit is contained in:
Erik Telford 2016-10-02 21:33:52 -05:00
parent 6f9a450f5c
commit e0573e67e0

View File

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