BUG 26029
This commit is contained in:
		@@ -42,6 +42,14 @@ export default {
 | 
			
		||||
  methods: {
 | 
			
		||||
    onChange(e) {
 | 
			
		||||
      this.$emit('change', e)
 | 
			
		||||
    },
 | 
			
		||||
    show() {
 | 
			
		||||
      if (this.currIndex == 0) {
 | 
			
		||||
        this.currIndex = -1
 | 
			
		||||
        this.$nextTick(() => {
 | 
			
		||||
          this.currIndex = 0
 | 
			
		||||
        })
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  onReachBottom() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user