Skip to content

Commit 1c10e42

Browse files
author
Pooya Parsa
committed
misc: tweek defaults
1 parent 6ae2d29 commit 1c10e42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/module.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,21 @@ function extendConfig (config, options) {
157157
// Default options
158158
// ----------------------------------------------------------
159159
const defaults = {
160+
build: Object.assign({}, f7BuildConfig),
161+
162+
mode: 'hash',
163+
160164
css: true,
161165

162166
f7Icons: true,
163167
mdIcons: true,
164168

165169
routes: {},
166-
167-
mode: 'hash',
168-
169-
build: Object.assign({}, f7BuildConfig),
170+
statusbar: {},
170171

171172
view: {
172173
main: true,
173174
pushState: true,
174-
pushStateSeparator: '#',
175175
pushStateRoot: null
176176
}
177177
}

0 commit comments

Comments
 (0)