Skip to content

Instantly share code, notes, and snippets.

@m3l1nd4
Created May 19, 2021 03:15
Show Gist options
  • Save m3l1nd4/346c75bf470eb921b3c739ecbb8d9fb8 to your computer and use it in GitHub Desktop.
Save m3l1nd4/346c75bf470eb921b3c739ecbb8d9fb8 to your computer and use it in GitHub Desktop.
const $$ = Dom7;
const app = new Framework7({
root: '#app', // App Root Element
name: 'framework7-core-tab-view', // App Name
theme: 'auto', // Automatic Theme Detection
data: function () {
return {
// App Root Data
};
},
methods: {
// App Root Methods
},
routes: routes, // App Routes
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment