mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-28 21:20:13 +08:00
16 lines
237 B
Markdown
16 lines
237 B
Markdown
```html
|
|
<template>
|
|
<Row>
|
|
<Cell span="24">span24</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell span="12">span12</Cell>
|
|
<Cell span="12">span12</Cell>
|
|
</Row>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
``` |