Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created December 31, 2020 11:56
Show Gist options
  • Save nolimits4web/fa9114ac83131c2c6b49aa238d92955b to your computer and use it in GitHub Desktop.
Save nolimits4web/fa9114ac83131c2c6b49aa238d92955b to your computer and use it in GitHub Desktop.
Framework7 v6 pass store
import Framework7 from 'framework7';
import store from 'path/to/store.js';
const app = new Framework7({
// pass store instance
store,
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment