no message
Former-commit-id: 7519d155109ba47a492e27004e0b2d4aab03ecd7 Former-commit-id: 3027360427bca1eccb7f9806e5ade1e1772fc4d7 Former-commit-id: 4a050cfe7ac108244a0c31b28a2a7129d0b232be Former-commit-id: b7b27c2bd164215661dbe44d270efe74ab538303
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<template slot="header">效果演示</template>
|
||||
<template slot="header">指定资源</template>
|
||||
<d2-markdown :md="doc"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
6
src/pages/demo/components/markdown/url.vue
Normal file
6
src/pages/demo/components/markdown/url.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<template slot="header">异步加载文件</template>
|
||||
<d2-markdown url="/static/md/demo.md"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user