# Target to be Listened to
You can specify target to listen scroll event of.
```html
Specify Target
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
A funny joke is need to be wrote here.
```
```js
export default {
data () {
return {
target: () => this.$refs.scrollContainer
}
}
}
```