mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
import {alias} from 'ember-computed';
|
|
import ModalComponent from 'ghost-admin/components/modals/base';
|
|
|
|
export default ModalComponent.extend({
|
|
generatedHtml: alias('model')
|
|
});
|