2018-03-29 23:10:14 +08:00
|
|
|
<template>
|
2018-06-20 11:31:38 +08:00
|
|
|
<Row :gutter="16">
|
|
|
|
<i-col span="12">
|
|
|
|
<Card title="horizontal divider">
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<Divider/>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2019-03-05 09:18:44 +08:00
|
|
|
<Divider size="small">iView</Divider>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2019-01-02 12:01:26 +08:00
|
|
|
<Divider dashed>iView Developer</Divider>
|
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2019-03-05 09:18:44 +08:00
|
|
|
<Divider dashed orientation="left" size="small">iView Developer</Divider>
|
2019-01-02 12:01:26 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
|
|
|
<Divider dashed orientation="right">iView Developer</Divider>
|
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<Divider dashed/>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<Divider orientation="left">iView</Divider>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<Divider orientation="right">iView</Divider>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
<p>
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
iView is a set of UI components and widgets built on Vue.js.
|
|
|
|
</p>
|
2018-03-29 23:10:14 +08:00
|
|
|
|
2018-06-20 11:31:38 +08:00
|
|
|
</div>
|
|
|
|
</Card>
|
|
|
|
</i-col>
|
|
|
|
<i-col span="12">
|
|
|
|
<Card title="vertical divider">
|
|
|
|
<div>
|
|
|
|
iView
|
|
|
|
<Divider type="vertical" />
|
|
|
|
<a href="#">Components</a>
|
|
|
|
<Divider type="vertical" />
|
|
|
|
<a href="#">Divider</a>
|
2019-01-02 12:01:26 +08:00
|
|
|
<Divider type="vertical" dashed />
|
|
|
|
<a href="#">ABCDE</a>
|
2018-06-20 11:31:38 +08:00
|
|
|
</div>
|
|
|
|
</Card>
|
|
|
|
</i-col>
|
|
|
|
</Row>
|
2018-03-29 23:10:14 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2018-06-20 11:31:38 +08:00
|
|
|
export default {}
|
2018-03-29 23:10:14 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
</style>
|