We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc51d7c commit 48d11eaCopy full SHA for 48d11ea
addon/components/docs-demo/x-example/component.js
@@ -6,7 +6,7 @@ export default Component.extend({
6
7
classNames: 'docs-demo-example',
8
9
- didReceiveAttrs() {
+ init() {
10
this._super(...arguments);
11
this.set('elementId', 'example-' + this.get('name'));
12
}
0 commit comments