vuepress 使用 Badge

2020/11/17 markdownvuepress
  • Props:
    • text - string
    • type - string, 可选值: "tip"|"warning"|"error",默认值是: "tip"
    • vertical - string, 可选值: "top"|"middle",默认值是: "top"
//演示

<Badge text="默认主题"/>

<Badge text="bitle" type="tip" vertical="middle"/>

<Badge text="bitle" type="warning" />
1
2
3
4
5
6
7
Last Updated: 2020/11/19 00:14:33