Closed danicholls closed 5 years ago
Here's what I have in methods, but also interested in learning how to do it on mounted(). Docs don't give me direction here.
mounted()
const self = this; const app = self.$f7; const $$ = self.Dom7; $$(".something").trigger("touchstart");
To clarify: there's no available window/global variable called Dom7 either ($$ = Dom7 won't work).
$$ = Dom7
Here's what I have in methods, but also interested in learning how to do it on
mounted()
. Docs don't give me direction here.