17 lines
302 B
Markdown
17 lines
302 B
Markdown
---
|
|
favicon: /favicons/wordpress.svg
|
|
items:
|
|
- name: Create post
|
|
desc: Creates a new post.
|
|
- name: Find post
|
|
desc: Finds a post.
|
|
- name: Update post
|
|
desc: Updates a post.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|