element-plus/ssr-testing/cases/divider.vue

14 lines
326 B
Vue
Raw Normal View History

<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>