mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
[web] Streamline naming of components
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
import { useNotificationsStore } from '@/stores/notifications'
|
||||
|
||||
export default {
|
||||
name: 'NotificationList',
|
||||
name: 'ListNotifications',
|
||||
setup() {
|
||||
return { notificationsStore: useNotificationsStore() }
|
||||
}
|
||||
Reference in New Issue
Block a user