1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/modals/copy-html.js

6 lines
181 B
JavaScript

import {alias} from 'ember-computed';
import ModalComponent from 'ghost-admin/components/modals/base';
export default ModalComponent.extend({
generatedHtml: alias('model')
});