We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7a49b commit a173f75Copy full SHA for a173f75
docs/.vuepress/config/plugins.js
@@ -2,7 +2,6 @@
2
// import { pwaPlugin } from "@vuepress/plugin-pwa";
3
import { seoPlugin } from "@vuepress/plugin-seo";
4
import { searchProPlugin } from "vuepress-plugin-search-pro";
5
-import { autoCatalogPlugin } from "vuepress-plugin-auto-catalog";
6
export default [
7
// searchPlugin({}),
8
// pwaPlugin({}),
@@ -13,7 +12,7 @@ export default [
13
12
searchProPlugin({
14
// your options
15
}),
16
- autoCatalogPlugin({
17
- //插件选项
18
- }),
+ // autoCatalogPlugin({
+ // //插件选项
+ // }),
19
];
0 commit comments