PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.67k stars 369 forks source link

Deprecated slot special attributes, Use v-slot directives #238

Closed ycs77 closed 5 years ago

ycs77 commented 5 years ago

Vue.js deprecated slot special attributes after v2.6.0, it is recommended to use the v-slot directive.

Therefore, I made the following changes:

  1. Update Vue-Infinite-Loading's Vue.js version to v2.6.10 (current version)
  2. Change slot special attributes to v-slot directive in the documentation.
codecov[bot] commented 5 years ago

Codecov Report

Merging #238 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #238   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         174    174           
  Branches       32     32           
=====================================
  Hits          174    174

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ccf1a20...9254d55. Read the comment docs.

PeachScript commented 5 years ago

Sorry too late, I'm very busy in work recently :(

This is a very great and considerate PR, thank you very much! :D