README
dp-highlight-word
高亮关键词
API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
|---|---|---|---|---|---|
| text | 文案内容 | 是 | string | - | - |
| keyword | 关键词 | 是 | string | - | - |
| className | 类名 | 否 | string | - | - |
高亮关键词
<script type="module">
import dpHighlightWord from 'https://cdn.skypack.dev/dp-highlight-word';
</script>
高亮关键词
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
|---|---|---|---|---|---|
| text | 文案内容 | 是 | string | - | - |
| keyword | 关键词 | 是 | string | - | - |
| className | 类名 | 否 | string | - | - |