0👍
Try to set this.list
value at one go, rather then .push
all 81k items into it:
this.list = [].concat(this.list, response.data);
- [Vuejs]-Nuxt.JS scss doesn't load svg files
- [Vuejs]-Can not load external script js file wtih spring
Source:stackexchange.com