forked from geolba/tethys.backend
initial commit
This commit is contained in:
commit
4fc3bb0a01
202 changed files with 41729 additions and 0 deletions
9
resources/js/Components/unused/DropdownLink.vue
Normal file
9
resources/js/Components/unused/DropdownLink.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script setup>
|
||||
import { Link } from '@inertiajs/vue3';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Link class="block w-full px-4 py-2 text-left text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">
|
||||
<slot />
|
||||
</Link>
|
||||
</template>
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue