Skip to content

Demo Configration

Shawn Xu edited this page Sep 4, 2019 · 4 revisions

用于组件示例在文档站点中的展示配置

配置项

属性 说明 类型 默认值
title 示例标题 String 基础
titleEnUS 英文版示例标题 String Basic
describe 示例描述 String -
describeEnUS 英文版示例描述 String -
message 示例特殊提示 String -
messageEnUS 英文版示例特殊提示 String -
simple 示例只保留内容,不带外框 Boolean false
align 示例在左侧或右侧一列 String left/center/right
background 示例背景色 String #f9fafb

使用示例

  • /components/button/demo/cases/demo0.vue
export default {
  /* DELETE */
  title: '',
  titleEnUS: ''
  /* DELETE */
}
Clone this wiki locally