mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
Updated to laravel 11
This commit is contained in:
@@ -7,7 +7,6 @@ import InputError from '@/Components/InputError.vue';
|
||||
import InputLabel from '@/Components/InputLabel.vue';
|
||||
import PrimaryButton from '@/Components/PrimaryButton.vue';
|
||||
import TextInput from '@/Components/TextInput.vue';
|
||||
import route from 'ziggy-js';
|
||||
|
||||
defineProps({
|
||||
canResetPassword: Boolean,
|
||||
|
||||
@@ -7,7 +7,6 @@ import InputError from '@/Components/InputError.vue';
|
||||
import InputLabel from '@/Components/InputLabel.vue';
|
||||
import PrimaryButton from '@/Components/PrimaryButton.vue';
|
||||
import TextInput from '@/Components/TextInput.vue';
|
||||
import route from 'ziggy-js';
|
||||
|
||||
const form = useForm({
|
||||
name: '',
|
||||
|
||||
@@ -8,7 +8,6 @@ import PrimaryButton from '@/Components/PrimaryButton.vue';
|
||||
const props = defineProps({
|
||||
status: String,
|
||||
});
|
||||
import route from 'ziggy-js';
|
||||
const form = useForm({});
|
||||
|
||||
const submit = () => {
|
||||
|
||||
@@ -9,7 +9,6 @@ import PrimaryButton from '@/Components/PrimaryButton.vue';
|
||||
import SecondaryButton from '@/Components/SecondaryButton.vue';
|
||||
import TextInput from '@/Components/TextInput.vue';
|
||||
import type { User } from '@/types/models';
|
||||
import route from 'ziggy-js';
|
||||
|
||||
const props = defineProps<{
|
||||
user: User;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { Head, Link, usePage } from '@inertiajs/vue3';
|
||||
import route from 'ziggy-js';
|
||||
import { computed } from 'vue';
|
||||
import type { User } from '@/types/models';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user