Ember.js how to extend ember-cli-addon component
问题 I'm using Stripe in my Ember app, and I've set it up following the instructions here : https://github.com/sweettooth/ember-cli-stripe so as my app stands right now, the ember-checkout component installed via this addon is in myappname/node_modules/ember-cli-stripe/app/components/stripe-checkout Now, I want to create a new component "my-stripe-checkout", and have it extend the default ember-cli-stripe component. I have tried: import StripeCheckoutComponent from '../node_modules/ember-cli