vuepress-theme-plume/plugins/plugin-content-update
2023-12-30 08:23:04 +08:00
..
2023-12-29 00:15:20 +08:00
2023-12-29 00:15:20 +08:00
2023-12-30 08:23:04 +08:00
2023-12-29 00:15:20 +08:00

@vuepress-plume/plugin-content-update

替换 @vuepress/client<Content /> 组件,注入 onContentUpdated 生命周期。 实现当页面内容发生更新时,触发 onContentUpdated 事件。

Install

yarn add @vuepress-plume/plugin-content-update

Usage

// .vuepress/config.js
const { contentUpdatePlugin } = require('@vuepress-plume/plugin-content-update')
module.exports = {
  // ...
  plugins: [
    contentUpdatePlugin()
  ]
  // ...
}