feat(disqus): add new comments trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 13:40:00 +03:00
parent 798529007e
commit 5657f0d793
8 changed files with 155 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
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 />