diff --git a/components/navigation/navigation.vue b/components/navigation/navigation.vue index e001d88..512fc15 100644 --- a/components/navigation/navigation.vue +++ b/components/navigation/navigation.vue @@ -19,6 +19,7 @@ const navSelected = ref([route.path]); + diff --git a/pages/orders.vue b/pages/orders.vue new file mode 100644 index 0000000..4dbcfb7 --- /dev/null +++ b/pages/orders.vue @@ -0,0 +1,186 @@ + + + + + + + + Create client + + + { formData[k] = v; }" + /> + + + + Submit + + + + + + + + + + There are {{ count?.count }} orders in the database. + + + Create + + + + + + + + + + Client + Draft + + + + rowClicked(id, false)" + @click:edit="(id) => rowClicked(id, true)" + @click:delete="(id) => rowDelete(id)" + /> + + + + + Load more + + + + +