2023-02-10 04:33:09 +08:00

19 lines
317 B
Markdown

# `@vuepress-plume/vuepress-plugin-notes-data`
## Install
```
yarn add @vuepress-plume/vuepress-plugin-notes-data
```
## Usage
``` js
// .vuepress/config.js
const notesDataPlugin = require('@vuepress-plume/vuepress-plugin-notes-data')
module.exports = {
//...
plugins: [
notesDataPlugin()
]
// ...
}
```