File size: 346 Bytes
3206347 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
favicon: /favicons/disqus.svg
items:
- name: New comments
desc: Triggers when a new comment is posted in a forum using Disqus.
- name: New flagged comments
desc: Triggers when a Disqus comment is marked with a flag.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />
|