You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
197 B

<template>
<cl-page :padding="20">
<cl-card label="基础用法">
<cl-textarea />
</cl-card>
<cl-card label="统计字数">
<cl-textarea count />
</cl-card>
</cl-page>
</template>