unplugin / unplugin-vue-markdown

Compile Markdown to Vue component
MIT License
518 stars 28 forks source link

可以支持动态markdown 吗 #27

Closed cococa closed 1 year ago

cococa commented 1 year ago

Clear and concise description of the problem

比如 // const AsyncMarkDown = defineAsyncComponent( // () => import("../../public/markdown/xxx.md") // );

Suggested solution

。。。。

Alternative

No response

Additional context

No response

Validations

antfu commented 1 year ago

This is a compile-time plugin, runtime support is out-of-scope.