Remove fix for vue-router

This commit is contained in:
Sébastien Chopin 2017-01-20 12:41:46 +01:00
parent a0eecd74b5
commit 75a81430a4
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ import { getMatchedComponents, getContext, promisify, urlJoin } from './utils'
const isDev = <%= isDev %>
const _app = new Vue(app)
// Fix issue from vue-router Abstract mode with base (used for server-side rendering)
<% if (router.base !== '/') { %>
router.history.base = '<%= router.base %>'
<% } %>
// This exported function will be called by `bundleRenderer`.
// This is where we perform data-prefetching to determine the
// state of our application before actually rendering it.