mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
chore(components): add names
This commit is contained in:
@@ -24,3 +24,7 @@ import Notification from './Notification'
|
||||
const { $toast } = useNuxtApp()
|
||||
const notifications = useState('notifications', () => [])
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UNotifications' }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user