pushState not working, but the link has change

Link has change with this code, like this: index.html#!/shop/ but when I reload page back to index.html
// Init App
var app = new Framework7({
id: ‘io.framework7.testapp’,
root: ‘#app’,
theme: theme,
view: {
pushState: true,
},
});