vuepress-theme-plume/plugins/plugin-content-update
2024-09-04 00:50:04 +08:00
..
2024-07-20 01:04:46 +08:00
2023-12-29 00:15:20 +08:00
2024-09-04 00:50:04 +08:00
2024-03-22 01:09:57 +08:00
2024-07-21 00:52:32 +08:00

@vuepress-plume/plugin-content-update

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

Install

npm install @vuepress-plume/plugin-content-update
# or
pnpm add @vuepress-plume/plugin-content-update
# or
yarn add @vuepress-plume/plugin-content-update

Usage

// .vuepress/config.[jt]s
import { contentUpdatePlugin } from '@vuepress-plume/plugin-content-update'

export default {
  // ...
  plugins: [
    contentUpdatePlugin()
  ]
  // ...
}