Browse Source

docs(space): update `space` document layout #4426 (#4454)

pull/4460/head
John 3 years ago committed by GitHub
parent
commit
4c559c86ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      antdv-demo/docs/space/demo/index.vue

3
antdv-demo/docs/space/demo/index.vue

@ -25,13 +25,14 @@ const md = {
export default { export default {
category: 'Components', category: 'Components',
subtitle: '间距', subtitle: '间距',
cols: 1,
type: 'Layout', type: 'Layout',
title: 'Space', title: 'Space',
render() { render() {
return ( return (
<div> <div>
<md cn={md.cn} us={md.us} /> <md cn={md.cn} us={md.us} />
<demo-sort> <demo-sort cols={1}>
<Base /> <Base />
<Vertical /> <Vertical />
<Size /> <Size />

Loading…
Cancel
Save