You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the methods are already hooked to framework7 app.on('init') event? EDIT: the methods are hooked.
how can I use those methods?
can I override in pages methods? (I cannot override in page methods)
do I have to override the whole App.js? (I have no idea how to do it)
I want to load the theme setting from vuex store (which is persisted). Currently I am trying to do that in every pages' created event (which is clearly not a good idea and produced a lot of duplicate codes).
The text was updated successfully, but these errors were encountered:
I see the abov-mentioned stub methods here
I was wondering
the methods are already hooked to framework7EDIT: the methods are hooked.app.on('init')
event?I want to load the theme setting from vuex store (which is persisted). Currently I am trying to do that in every pages' created event (which is clearly not a good idea and produced a lot of duplicate codes).
The text was updated successfully, but these errors were encountered: