提交 daa4d095 编写于 作者: U ULIVZ

fix: unexpected warning of last-updated plugin.

上级 2a8712a6
......@@ -124,7 +124,7 @@ module.exports = class AppContext {
.use(require('../internal-plugins/pageComponents'))
.use(require('../internal-plugins/transformModule'))
.use(require('../internal-plugins/dataBlock'))
.use('@vuepress/last-updated', shouldUseLastUpdated)
.use('@vuepress/last-updated', !!shouldUseLastUpdated)
.use('@vuepress/register-components', {
componentsDir: [
path.resolve(this.sourceDir, '.vuepress/components'),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册