delay / feathers-vue-blog-admin-demo

Example app for using Feathers with Vue 2.0. It includes authentication, vue-router, vue-infinite-loading and roles.
70 stars 14 forks source link

Crashes in both FF and Chrome #3

Open dvx opened 7 years ago

dvx commented 7 years ago

Wanted to take a look at this example project to learn how to use Vue 2.0 + Feathers. Unfortunately, it crashes in both Chrome and FF. Memory usage climbs until the tab gets killed.

Just wanted to give you a heads up.

omencat commented 7 years ago

Confirmed. Comment out the <infinite-loading in Posts.vue if the nedb is empty. Works for me after doing that.