mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12: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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user