vuepress
vuepress copied to clipboard
TypeError: defaultTheme is not a function
I want to config the sidebar, when I import the default theme as the demo, there is a error.
const {defaultTheme} = require("@vuepress/theme-default");
module.exports = {
lang: "zh-CN",
title: "博客",
description: "",
base: "/",
theme: defaultTheme({
// 侧边栏
sidebar: [{ text: "Foo", link: "/guide/" }],
}),
};
This is v1 repo, please ensure you are using the correct version and reading that docs.