issues
search
ElemeFE
/
vue-infinite-scroll
An infinite scroll directive for vue.js.
2.86k
stars
416
forks
source link
Make component SSR compatible
#88
Open
codetheorist
opened
6 years ago
codetheorist
commented
6 years ago
Changes
Make component SSR compatible using 'process.BROWSER_BUILD' check
Add missing rollup-plugin-* dependencies to package.json
Move doCheck() function to before it is called pass tests
codetheorist
commented
6 years ago
Fixes Issue #37
Linzdigr
commented
6 years ago
Nice! How about merging this PR?
Changes