-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Got into this situation:
import Component from '@ember/component';
const Component = Component.extend({
// ...
});
Component.reopenClass({
positionalParams: ['positionalParamValue']
});
export default Component;And
import { helper } from '@ember/component/helper';
export function helper([value]) {
}Metadata
Metadata
Assignees
Labels
No labels