File tree Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function toggleTheme() {
12
12
<template >
13
13
<Button
14
14
title =" Change theme"
15
- :icon =" currentTheme === 'light' ? 'pi pi-moon ' : 'pi pi-sun '"
15
+ :icon =" currentTheme === 'light' ? 'pi pi-sun ' : 'pi pi-moon '"
16
16
@click =" toggleTheme"
17
17
/>
18
18
</template >
Original file line number Diff line number Diff line change 1
1
<script setup>
2
2
import ApplicationLogo from ' @/Components/ApplicationLogo.vue' ;
3
3
import ResponsiveCard from ' @/Components/ResponsiveCard.vue' ;
4
+ import Toast from ' primevue/toast' ;
4
5
</script >
5
6
6
7
<template >
@@ -20,6 +21,7 @@ import ResponsiveCard from '@/Components/ResponsiveCard.vue';
20
21
</div >
21
22
22
23
<div class =" w-full sm:max-w-md mt-6" >
24
+ <Toast />
23
25
<ResponsiveCard >
24
26
<slot />
25
27
</ResponsiveCard >
Original file line number Diff line number Diff line change @@ -33,13 +33,15 @@ defineProps({
33
33
<div class =" text-6xl text-primary font-bold mb-4" >
34
34
& PrimeVue
35
35
</div >
36
- <p class =" mt-0 mb-6 text-muted-color leading-normal" >
36
+ <p class =" mt-0 mb-1 text-muted-color leading-normal" >
37
37
A starter kit using the Vue/Inertia option for
38
38
<a
39
39
href =" https://laravel.com/docs/master/starter-kits#laravel-breeze"
40
40
class =" underline text-primary hover:text-color"
41
41
>Laravel Breeze</a
42
- >
42
+ >,
43
+ </p >
44
+ <p class =" mt-0 mb-6 text-muted-color leading-normal" >
43
45
utilizing
44
46
<a
45
47
href =" https://primevue.org/"
You can’t perform that action at this time.
0 commit comments