Skip to content

Commit

Permalink
misc: tweek defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jan 14, 2018
1 parent 6ae2d29 commit 1c10e42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,21 +157,21 @@ function extendConfig (config, options) {
// Default options
// ----------------------------------------------------------
const defaults = {
build: Object.assign({}, f7BuildConfig),

mode: 'hash',

css: true,

f7Icons: true,
mdIcons: true,

routes: {},

mode: 'hash',

build: Object.assign({}, f7BuildConfig),
statusbar: {},

view: {
main: true,
pushState: true,
pushStateSeparator: '#',
pushStateRoot: null
}
}

0 comments on commit 1c10e42

Please sign in to comment.