We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9816f9 commit 9aef35fCopy full SHA for 9aef35f
app/components/import-example.hbs
@@ -5,7 +5,7 @@
5
{{#if this.showClipboardSuccessIcon}}
6
{{svg-jar 'success' width='24px' height='24px'}}
7
{{else}}
8
- <CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @success={{this.showSuccess}}>
+ <CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @onSuccess={{this.showSuccess}}>
9
{{svg-jar 'copy' width='24px' height='24px'}}
10
</CopyButton>
11
{{/if}}
app/routes/project-version.js
@@ -1,4 +1,3 @@
1
-import { action } from '@ember/object';
2
import { inject as service } from '@ember/service';
3
import Route from '@ember/routing/route';
4
import semverCompare from 'semver-compare';
0 commit comments