3

Is it possible to extend a component imported from an NPM package?

Right now I've tried this, but doesn't work:

import Foo from 'Foo'

export default {
     extends: Foo,

     template: `<p>foo</p>`
}  
Qar
  • 1,746
  • 3
  • 17
  • 24

0 Answers0