mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Working on interface components.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
liClass: 'divider'
|
||||
liClass: 'divider',
|
||||
active: false
|
||||
});
|
||||
|
Reference in New Issue
Block a user