Dom7 is not defined

hi everybody i am new in framework 7… i have this issue dom7 is not defined… and i am unable to use selector…

Seems like you are using Webpack project. In this case you can use it only in script files, and you have to import it first:

import $ from 'dom7';

// use $ here