mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
17 lines
258 B
Markdown
17 lines
258 B
Markdown
---
|
|
layout: templateLayout
|
|
---
|
|
```vue
|
|
<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>
|
|
``` |