pengzhanbo aede6f5d87
fix(theme): twoslash comment error (#881)
* fix(theme): fix incorrect auto-sidebar-link parse

* fix(theme): twoslash comment error
2026-04-02 16:38:33 +08:00
..
2025-10-09 15:46:05 +08:00
2025-10-09 15:46:05 +08:00
2025-10-09 15:46:05 +08:00
2025-10-09 15:46:05 +08:00
2025-10-09 15:46:05 +08:00
2025-10-09 21:39:17 +08:00

title, createTime, permalink
title createTime permalink
Introduction 2025/10/09 8:26:44 /en/config/plugins/

The theme comes with built-in plugins that extend its numerous functionalities. You can configure these internal plugins through the plugins option.

Configuration

All plugins used internally by the theme are configured within the plugins field.

import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'

export default defineUserConfig({
  theme: plumeTheme({
    plugins: {
      // more options...  // [!code ++]
    }
  }),
})

Plugin List

:::tip You don't need to install these built-in plugins separately, nor should you add them to vuepress config > plugins. The theme has already handled their integration internally. :::