I have this code working in Chrome, but not in Iphone Safari.
self.$el[0].childNodes[1].childNodes[1].childNodes[3].textContent = this.$route.query.name + ' (' + this.$route.query.ctr +')' ;
How can I change navbar title for div class=“title”
Thanks.