Skip to content

Commit

Permalink
Changed routing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed May 1, 2021
1 parent 99312da commit a1ef355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Stocks from '@/components/stocks/StocksPanel'
Vue.use(VueRouter)

export default new VueRouter({
mode: 'hash',
mode: 'history',
routes: [
{
path: '/',
Expand Down
5 changes: 3 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
devServer: {
host: 'localhost',
},
publicPath: './',
transpileDependencies: ['vuetify'],
transpileDependencies: [
'vuetify',
],
}

0 comments on commit a1ef355

Please sign in to comment.