1 / 7
- 1
- 2
- 3
- 4
- 5
- 6
- 7
# install
yarn add -D @talltotal/vuepress-plugin-ppt
# OR npm install -D @talltotal/vuepress-plugin-ppt
2 / 7
- 1
- 2
- 3
- 4
- 5
- 6
- 7
3 / 7
- 1
- 2
- 3
- 4
- 5
- 6
- 7
# Usage
# 在 md 文档中使用
- 在
frontmatter
增加 ppt 组件的配置,以及一些隐藏其他页面元素的设置showPage
Boolean 是否显示分页下标listStyle
Object 页面自定义样式,以页码为key
4 / 7
- 1
- 2
- 3
- 4
- 5
- 6
- 7
# Usage
# 在 md 文档中使用
另外,最好在组件外加个容器或自定义布局
Additionally, you can add a container or custom layout outside the component
6 / 7
- 1
- 2
- 3
- 4
- 5
- 6
- 7