javascript - DOM element to corresponding vue.js component -



javascript - DOM element to corresponding vue.js component -

how can find vue.js component corresponding dom element?

if have

element = document.getelementbyid(id);

is there vue method equivalent jquery $(element)?

the proper way utilize v-el directive give reference. can this.$$[reference].

javascript dom vue.js

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -