mirror of
https://github.com/flarum/framework.git
synced 2024-12-14 08:03:37 +08:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
|
import Ember from 'ember';
|
||
|
|
||
|
export default Ember.Component.extend({
|
||
|
tagName: 'article',
|
||
|
layoutName: 'components/discussions/post-content-comment',
|
||
|
|
||
|
editDescription: ''
|
||
|
});
|