mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-27 18:14:48 +00:00
Remove debug variable
This commit is contained in:
parent
9f65a7c163
commit
b4c9b5d378
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ export default function install(Vue) {
|
|||
let rect = holder.getBoundingClientRect();
|
||||
let ripple = holder.querySelector(':scope > .' + rippleParentClass + '> .' + rippleClass);
|
||||
|
||||
window.a = holder;
|
||||
|
||||
if (ripple) {
|
||||
registeredMouseFunction = (event) => {
|
||||
ripple.classList.remove(rippleActiveClass);
|
||||
|
|
|
|||
Loading…
Reference in a new issue