vue-facing-decorator icon indicating copy to clipboard operation
vue-facing-decorator copied to clipboard

How to call super in contructor

Open Maxttier opened this issue 1 year ago • 4 comments

@Component
export default class MyComponent extends Vue {
  // constructor( ) {
    // super()  // expets 2 arguments
  // }
}

What to put in, where?

    new (optionBuilder: OptionBuilder, vueInstance: any): ComponentPublicInstance & BaseTypeIdentify & T;

Maxttier avatar Oct 26 '24 17:10 Maxttier