➕ (markdown) add audio markdown support dependency
This commit is contained in:
3
src/shims-vue.d.ts
vendored
3
src/shims-vue.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { defineComponent } from 'vue'
|
||||
import { value defineComponent } from 'vue'
|
||||
const component: ReturnType<typeof defineComponent>
|
||||
export default component
|
||||
}
|
||||
@@ -8,3 +8,4 @@ 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'
|
||||
|
||||
Reference in New Issue
Block a user