mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +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')
|
|
});
|