mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 14:29:13 +08:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
export default Ember.Component.extend({
|
|
classNames: ["conditional-loading-section"],
|
|
|
|
classNameBindings: ["isLoading"],
|
|
|
|
isLoading: false
|
|
});
|