Fix: PullToRefresh does not work anymore
It was using the wrong mainElement
This commit is contained in:
parent
4f2fbaaf2a
commit
4cfb1b1c26
@ -51,7 +51,7 @@ export default defineComponent({
|
||||
var self = this;
|
||||
console.log("init");
|
||||
PullToRefresh.init({
|
||||
mainElement: 'main', // above which element?
|
||||
mainElement: 'body', // above which element?
|
||||
instructionsPullToRefresh: this.$t('base.Pull'),
|
||||
instructionsReleaseToRefresh: this.$t('base.Release'),
|
||||
instructionsRefreshing: this.$t('base.Refreshing'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user