Skip to content

Commit 8e40e9c

Browse files
qpitlovekarol-f
authored andcommittedMar 31, 2020
update index.d.ts
add `vueInstanceCreatedCallback method` in definition file
1 parent e9210ea commit 8e40e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declare namespace VueCustomElement {
1515
disconnectedCallback?: () => void;
1616
attributeChangedCallback?: (name: string, oldValue: any, value: any) => void;
1717
beforeCreateVueInstance?: (rootElement: ComponentOptions<Vue>) => ComponentOptions<Vue>;
18+
vueInstanceCreatedCallback?: () => void;
1819
destroyTimeout?: number;
1920
props?: ComponentOptions<Vue>['props'];
2021
shadow?: boolean;

0 commit comments

Comments
 (0)
Please sign in to comment.