클릭 하여 더 불 러 오기

1061 단어 vue



  
  
  
  Document


  
{{item}}
{{txt}}
var app = new Vue({ el: '#app', data(){ return{ items: [ 'a', 'b', 'c', 'd', 'e', 'f' ], isShow: true, txt: ' ', num: 3 } }, methods: { showMore(){ console.log('1', this.isShow); this.isShow = !this.isShow; console.log('2', this.isShow); this.num = this.isShow? 3: this.items.length; this.txt = this.isShow? ' ':' ' } } })

http://me.52fhy.com/demo/loadmore//1click.html

좋은 웹페이지 즐겨찾기