History path lost on Safari while using router.base on nuxt.config.js
[issue link]Here are steps and requirements to reproduce:
- Any iOS device, tested on iOS11/10/9
- Nuxt 1.1.1
- Install
nuxt-starter-kittemplate - Add router configure in to nuxt.config.js ↓
router: {
base: '/abc'
}
- Create
a.vueinpagesdirectory, add<nuxt-link to="/b">To Page B</nuxt-link>in template - Create
b.vueinpagesdirectory, add any text into template - Open “http://you-host:your-port/abc/a”
- Press “To Page B” button, after page loaded, press the back button
Actual result: It return to "http://your-host:your-port/abc"
Excepted result: Should return to last page “http://your-host:your-port/abc/a”