mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 13:56:11 +10:00
14 lines
275 B
JavaScript
14 lines
275 B
JavaScript
exports.PLUGINS = {
|
|
COMPONENT: 'component',
|
|
CONVERT_ROUTER_LINK: 'convert-router-link',
|
|
HOIST_SCRIPT_STYLE: 'hoist-script-style',
|
|
ANCHOR: 'anchor',
|
|
EMOJI: 'emoji',
|
|
TOC: 'toc'
|
|
}
|
|
|
|
exports.REQUIRED_PLUGINS = [
|
|
exports.PLUGINS.COMPONENT,
|
|
exports.PLUGINS.ANCHOR
|
|
]
|