feat(pdf-monkey): add generate document action

This commit is contained in:
Rıdvan Akca
2024-02-28 15:50:17 +03:00
parent 71a404063c
commit c12dacfa40
9 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pdf-monkey.svg
items:
- name: Generate documents
desc: Creates a new document.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />