changes, global search (clients, cleintCases)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<script setup>
|
||||
import DragDropListEx from '@/Components/DragDropListEx.vue';
|
||||
import AppLayout from '@/Layouts/AppLayout.vue';
|
||||
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<AppLayout title="Testing">
|
||||
<div class="pt-12">
|
||||
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||
<div class="bg-white overflow-hidden shadow-xl sm:rounded-lg">
|
||||
<div class="grid grid-flow-col">
|
||||
<DragDropListEx />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</AppLayout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user