Created
December 31, 2020 11:56
-
-
Save nolimits4web/fa9114ac83131c2c6b49aa238d92955b to your computer and use it in GitHub Desktop.
Framework7 v6 pass store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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