2.0.3 • Published 5 months ago

@wu-component/wu-waline-comment-sandbox v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Comment 评论组件

该组件是基于 Waline 的一款评论组件,抹平了各框架的差异性,可如同 HTML 标签般直接使用。

详见 Waline详见

基础用法

::: demo

<template>
    <div style="width:90%; margin: 0 auto; ">
        <wu-waline-comment-sandbox style="height: 600px;width: 100%"></wu-waline-comment-sandbox>
    </div>
</template>
<script>
</script>

:::