白/夜
Typography 排版
文本的基本格式。
基础用法
预览
这是个可编辑文本.编辑
这是可复制的内容.复制
vue
<template>
<div style="margin: 24px 0" />
<j-typography-paragraph v-model:content="editContent" editable></j-typography-paragraph>
<div style="margin: 24px 0" />
<j-typography-paragraph v-model:content="copyContent" copyable></j-typography-paragraph>
</template>