Skip to content

Commit dab5db1

Browse files
committed
docs: add default theme plugin to fix render error
1 parent ff7b679 commit dab5db1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
title: 'Vue-infinite-loading',
3+
plugins: [require('@vuepress/theme-default/index')],
4+
};

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Vue-infinite-loading
1+
---
2+
home: true
3+
---

0 commit comments

Comments
 (0)