VuePress カスタムコンポーネント
bash
yarn add -D @vuepress/plugin-register-components@next
config.js に
js
plugins: [
registerComponentsPlugin({
// options
}),
],
yarn add -D @vuepress/plugin-register-components@next
config.js に
plugins: [
registerComponentsPlugin({
// options
}),
],