13 lines
251 B
Markdown
13 lines
251 B
Markdown
---
|
|
favicon: /favicons/disqus.svg
|
|
items:
|
|
- name: New comments
|
|
desc: Triggers when a new comment is posted in a forum using Disqus.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|