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 /> | |