13 lines
263 B
Markdown
13 lines
263 B
Markdown
---
|
|
favicon: /favicons/pdf-monkey.svg
|
|
items:
|
|
- name: Documents Generated
|
|
desc: Triggers upon the successful completion of document generation.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|