fix: custom input for any element and mount query

This commit is contained in:
josc146
2023-03-20 09:21:31 +08:00
parent 47e56f962a
commit 47d4594e3d
2 changed files with 8 additions and 5 deletions
@@ -1,4 +1,5 @@
export function getPossibleElementByQuerySelector(queryArray) {
if (!queryArray) return
for (const query of queryArray) {
if (query) {
try {