What if vue querySelectorAll doesn't work?

clipboard.png

clipboard.png

clipboard.png
nodeList is a null value. What is this for?

Mar.05,2021

when your payBorder is executed, I feel that when you get it, dom is not yet on the page.
Why do you want to use vue, to get dom elements in this way? if you call it in


created, dom has not been rendered yet, and if you can't get dom, use

in mounted if you want to get it.
Menu