element-plus/docs/examples/divider/basic-usage.vue
2022-03-13 16:16:11 -04:00

14 lines
326 B
Vue

<template>
<div>
<span
>I sit at my window this morning where the world like a passer-by stops
for a moment, nods to me and goes.</span
>
<el-divider />
<span
>There little thoughts are the rustle of leaves; they have their whisper
of joy in my mind.</span
>
</div>
</template>