Add component and apply to import

This commit is contained in:
2026-01-13 22:12:51 +05:00
parent bd878fceab
commit eb6483c180
9 changed files with 210 additions and 16 deletions

View File

@ -17,6 +17,7 @@
<script setup>
import { useSlots } from 'vue'
import 'vue-sonner/style.css'
import Sonner from '~/components/ui/sonner/Sonner.vue';
const slots = useSlots()
</script>