pushState not showing full url

i set pushState to true, url bar still showinh localhost:8080 only
new Vue({
el: ‘#app’,
template: ‘’,
// Init Framework7 by passing parameters here
framework7: {
id: ‘io.framework7.testapp’, // App bundle ID
name: ‘Framework7’, // App name
theme: ‘auto’, // Automatic theme detection
// App routes
routes: Routes,
pushState:true
},
// Register App Component
components: {
app: App
}
});

view: {      
  pushState: true,      
},

:smile: