mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix lint
This commit is contained in:
parent
d3f47bc14f
commit
448d920c64
@ -1,4 +1,3 @@
|
||||
import Vue from 'vue';
|
||||
import merge from 'src/utils/merge';
|
||||
import PopupManager from './popup-manager';
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { addClass, removeClass } from 'src/utils/dom';
|
||||
import { addClass } from 'src/utils/dom';
|
||||
|
||||
let hasModal = false;
|
||||
let hasModal = false; // eslint-disable-line
|
||||
|
||||
const getModal = function() {
|
||||
let modalDom = PopupManager.modalDom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user