2020-08-27 17:18:57 +08:00

15 lines
237 B
Markdown

```html
<template>
<Row>
<Cell span="8" offset="8">span8|offset8</Cell>
</Row>
<Row>
<Cell span="12" offset="12">span12|offset12</Cell>
</Row>
</template>
<script>
export default {
}
</script>
```