bump: 3.4.1
This commit is contained in:
parent
d1d8f88a1a
commit
5f07d5a9f3
7 changed files with 10 additions and 7 deletions
|
|
@ -161,6 +161,9 @@ function getNode (el, noCache) {
|
|||
if ( noCache === void 0 ) noCache = false;
|
||||
|
||||
if (typeof el === 'string') {
|
||||
if (typeof window.Vue !== 'undefined') {
|
||||
return find(el)
|
||||
}
|
||||
el = noCache ? find(el) : (cacheNode[el] || (cacheNode[el] = find(el)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue