mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2026-01-10 12:46:58 +08:00
258 B
258 B
| layout |
|---|
| templateLayout |
<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>