# Comment
### Intro
Used to display the comment list
### Install
```javascript
import { createApp } from 'vue';
import { Comment,Rate } from '@nutui/nutui';
const app = createApp();
app.use(Comment);
app.use(Rate);
```
### Single Line Image
By default, images of reviews for individual items are displayed in a single slide
:::demo
```html