(markdown) html5 media lib incompatible with youtube lib

This commit is contained in:
Julien Calixte
2022-01-02 14:10:04 +01:00
parent c0f1ba28db
commit 72fd0f52c4
3 changed files with 2 additions and 11 deletions

3
src/shims-vue.d.ts vendored
View File

@@ -1,5 +1,5 @@
declare module '*.vue' {
import { value defineComponent } from 'vue'
import { defineComponent } from 'vue'
const component: ReturnType<typeof defineComponent>
export default component
}
@@ -8,4 +8,3 @@ declare module '@toycode/markdown-it-class'
declare module 'markdown-it-block-embed'
declare module 'markdown-it-checkbox'
declare module 'markdown-it-footnote'
declare module 'markdown-it-html5-media'