framework7io / framework7-template-vue-webpack

Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
https://framework7.io/vue/
MIT License
384 stars 136 forks source link

After v3, how to access Dom7? #58

Closed danicholls closed 5 years ago

danicholls commented 6 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.

const self = this;
const app = self.$f7;
const $$ = self.Dom7;

$$(".something").trigger("touchstart");
danicholls commented 6 years ago

To clarify: there's no available window/global variable called Dom7 either ($$ = Dom7 won't work).