diff --git a/docs/.vuepress/components/Plugins.vue b/docs/.vuepress/components/Plugins.vue index 5855fe67..59e6a449 100644 --- a/docs/.vuepress/components/Plugins.vue +++ b/docs/.vuepress/components/Plugins.vue @@ -44,7 +44,7 @@ @@ -126,6 +126,9 @@ export default { plugin.author.indexOf(this.filterText) != -1 ); }); + }, + displayPlugins() { + return this.filteredPlugins.slice((this.page - 1) * 10, this.page * 10); } }, methods: {