vuepress plugin element ui
1.0.0
Vuepress プラグイン - markdown-it-container に基づいて Element UI を拡張します
https://lq782655835.github.io/vuepress-plugin-element-ui/
重要: このプラグインには VuePress >= 1.0.0 が必要です。今のところ、yarn add vuepress@next -D 経由で試すことができます。
yarn add vuepress-plugin-element-ui -D
// .vuepress/config.js
module . exports = {
plugins : [
'element-ui'
]
}
:::: el-tabs
::: el-tab-pane label=title
__ markdown content __
:::
::: el-tab-pane label=javascript
``` javascript
() => {
console . log ( ' Javascript code example ' )
}
```
:::
::::