We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9210ea commit 8e40e9cCopy full SHA for 8e40e9c
index.d.ts
@@ -15,6 +15,7 @@ declare namespace VueCustomElement {
15
disconnectedCallback?: () => void;
16
attributeChangedCallback?: (name: string, oldValue: any, value: any) => void;
17
beforeCreateVueInstance?: (rootElement: ComponentOptions<Vue>) => ComponentOptions<Vue>;
18
+ vueInstanceCreatedCallback?: () => void;
19
destroyTimeout?: number;
20
props?: ComponentOptions<Vue>['props'];
21
shadow?: boolean;
0 commit comments