Skip to content

Vitepress Demo

已实现

  • Vue 组件
vue
<demo-block>
  <xl-button>默认按钮</xl-button>
  <xl-button type="primary">主要按钮</xl-button>
  <xl-button type="success">成功按钮</xl-button>
  <xl-button type="info">信息按钮</xl-button>
  <xl-button type="warning">警告按钮</xl-button>
  <xl-button type="danger">危险按钮</xl-button>
</demo-block>

image

  • Vue 代码自动渲染并且显示对应 Code

Released under the MIT License.