Refactor
parent
ee12f40984
commit
54d2d30a78
|
@ -564,6 +564,7 @@ export default {
|
|||
outsideClickListener: null,
|
||||
resizeListener: null,
|
||||
matchMediaListener: null,
|
||||
matchMediaOrientationListener: null,
|
||||
overlay: null,
|
||||
input: null,
|
||||
previousButton: null,
|
||||
|
@ -571,7 +572,6 @@ export default {
|
|||
timePickerTimer: null,
|
||||
preventFocus: false,
|
||||
typeUpdate: false,
|
||||
matchMediaOrientationListener: null,
|
||||
data() {
|
||||
return {
|
||||
currentMonth: null,
|
||||
|
|
|
@ -221,13 +221,13 @@ export default {
|
|||
scrollHandler: null,
|
||||
resizeListener: null,
|
||||
labelClickListener: null,
|
||||
matchMediaOrientationListener: null,
|
||||
overlay: null,
|
||||
list: null,
|
||||
virtualScroller: null,
|
||||
searchTimeout: null,
|
||||
searchValue: null,
|
||||
isModelValueChanged: false,
|
||||
matchMediaOrientationListener: null,
|
||||
data() {
|
||||
return {
|
||||
clicked: false,
|
||||
|
|
Loading…
Reference in New Issue