feat: add vue-sonner styles import
Import required CSS styles for vue-sonner toast component to ensure proper styling and visual consistency of notifications.nr
This commit is contained in:
parent
d111b85d53
commit
643df5c6de
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { Toaster as Sonner, type ToasterProps } from 'vue-sonner'
|
import { Toaster as Sonner, type ToasterProps } from 'vue-sonner'
|
||||||
|
import 'vue-sonner/style.css'
|
||||||
|
|
||||||
const props = defineProps<ToasterProps>()
|
const props = defineProps<ToasterProps>()
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue