We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2d29 commit 1c10e42Copy full SHA for 1c10e42
lib/module.js
@@ -157,21 +157,21 @@ function extendConfig (config, options) {
157
// Default options
158
// ----------------------------------------------------------
159
const defaults = {
160
+ build: Object.assign({}, f7BuildConfig),
161
+
162
+ mode: 'hash',
163
164
css: true,
165
166
f7Icons: true,
167
mdIcons: true,
168
169
routes: {},
-
- mode: 'hash',
- build: Object.assign({}, f7BuildConfig),
170
+ statusbar: {},
171
172
view: {
173
main: true,
174
pushState: true,
- pushStateSeparator: '#',
175
pushStateRoot: null
176
}
177
0 commit comments