add table actions to datatable, client page, start writing db method for clients

This commit is contained in:
Casey 2025-11-11 09:50:23 -06:00
parent a67e86af44
commit df1df3f882
9 changed files with 1844 additions and 194 deletions

View file

@ -0,0 +1,9 @@
<template>
<div>{{ clientId }}</div>
</template>
<script setup>
defineProps({
clientId: String,
});
</script>
<style lang="css"></style>