Comment 评论
... 2021-7-29 Less than 1 minute
常规的评论组件
Tips
1.0.11+
<avue-comment :option="option" :data="data">
<i class="el-icon-delete" @click="$message('自定义菜单')"></i>
</avue-comment>
<avue-comment :option="option" :data="data" reverse>
<i class="el-icon-delete" @click="$message('自定义菜单')"></i>
</avue-comment>
<script>
export default {
data() {
return {
data: {
avatar: 'http://s.amazeui.org/media/i/demos/bw-2014-06-19.jpg?imageView/1/w/96/h/96',
author: '某人',
body: `<p>那,那是一封写给南部母亲的信。我茫然站在骑楼下,我又看到永远的樱子走到街心。其实雨下得并不大,却是一生一世中最大的一场雨。而那封信是这样写的,年轻的樱子知不知道呢?</p>
<blockquote>妈:我打算在下个月和樱子结婚。</blockquote>`
},
option: {
props: {
avatar: 'avatar',
author: 'author',
body: 'body'
}
}
}
}
}
</script>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
reverse | 是否反转 | Boolean | true / false | false |
This app can be installed on your PC or mobile device. This will allow this web app to look and behave like any other installed app. You will find it in your app lists and be able to pin it to your home screen, start menus or task bars. This installed web app will also be able to safely interact with other apps and your operating system.