mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
323ccb2765
GH-ISSUE 2373
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
var NotificationsComponent = Ember.Component.extend({
|
|
tagName: 'aside',
|
|
classNames: 'notifications',
|
|
messages: Ember.computed.alias('notifications')
|
|
});
|
|
|
|
export default NotificationsComponent; |