mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
Update getClosestVueParent.js
Removed change as requested
This commit is contained in:
parent
9049ccfb02
commit
19db71d6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let getClosestVueParent = ($parent = {}, cssClass) => {
|
||||
let getClosestVueParent = ($parent, cssClass) => {
|
||||
if (!$parent.$el) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue