Advertisement
arijulianto

index.js framework7

Jan 20th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var app = new Framework7({
  2.   // App root element
  3.   root: '#app',
  4.   // App Name
  5.   name: 'My App',
  6.   // App id
  7.   id: 'com.myapp.test',
  8.   // Enable swipe panel
  9.   panel: {
  10.     swipe: 'left'
  11.   }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement