Guest User

Untitled

a guest
Jul 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import Ember from 'ember';
  2. import { readOnly } from '@ember/object/computed';
  3.  
  4. export default Ember.Component.extend({
  5. foo: readOnly('bar')
  6. });
Add Comment
Please, Sign In to add comment