npm i -D @vuepress/plugin-blog@next
import { blogPlugin } from '@vuepress/plugin-blog' export default { plugins: [ blogPlugin({ // 选项 }), ], }