create form and modal components, update datatable persistant filtering
This commit is contained in:
parent
b70e08026d
commit
8d9bb81fe2
23 changed files with 3502 additions and 74 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<script setup>
|
||||
import { IconoirProvider } from "@iconoir/vue";
|
||||
import SideBar from "./components/SideBar.vue";
|
||||
import CreateClientModal from "./components/modals/CreatClientModal.vue";
|
||||
import ScrollPanel from "primevue/scrollpanel";
|
||||
</script>
|
||||
|
||||
|
|
@ -21,6 +22,9 @@ import ScrollPanel from "primevue/scrollpanel";
|
|||
</ScrollPanel>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global Modals -->
|
||||
<CreateClientModal />
|
||||
</IconoirProvider>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue