feat(changedetection): add changed watch trigger

This commit is contained in:
Rıdvan Akca
2024-05-13 17:18:19 +02:00
parent c62aea3852
commit d893a36a47
7 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/changedetection.svg
items:
- name: Changed watch
desc: Triggers when any changes detected.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />