File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ if (document.location.search.indexOf('mode=') >= 0) {
2929
3030// Init App
3131var app = new Framework7 ( {
32- id : 'io.framework7.testapp' ,
3332 el : '#app' ,
3433 theme,
3534 // store.js,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export default () => {
1212
1313 return (
1414 < App
15- id = "io.framework7.testapp"
1615 theme = { theme }
1716 routes = { routes }
1817 store = { store }
Original file line number Diff line number Diff line change 1212 const needsBrowserHistory = document .location .href .includes (' example-preview' );
1313
1414 const f7Params = {
15- id: ' io.framework7.testapp' ,
1615 theme,
1716 routes,
1817 store,
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ export default {
4141 return {
4242 needsBrowserHistory,
4343 f7Params: {
44- id: ' io.framework7.testapp' ,
4544 theme,
4645 routes,
4746 store,
You can’t perform that action at this time.
0 commit comments