You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that updating markdown-it-vue from 1.1.5 to 1.1.6 + using typescript. we get the following error:
Overload 3 of 3, '(options: ComponentOptionsWithProps<{ content: { type: (StringConstructor | NumberConstructor)[]; default: string; }; options: { type: ObjectConstructor; default: () => {}; }; }, ... 4 more ..., { ...; } & {}>): VueProxy<...>', gave the following error.
Type 'typeof MarkdownItVue' is not assignable to type 'VueConstructor<Vue> | FunctionalComponentOptions<any, PropsDefinition<any>> | ComponentOptions<never, any, any, any, any, Record<...>> | AsyncComponentPromise<...> | AsyncComponentFactory<...>'.
Type 'typeof MarkdownItVue' is not assignable to type 'VueConstructor<Vue>'.
Hi
I noticed that updating markdown-it-vue from 1.1.5 to 1.1.6 + using typescript. we get the following error:
I think this has something todo with:
986edce
The text was updated successfully, but these errors were encountered: