diff options
author | Zero~Informatique | 2021-07-03 23:07:09 +0200 |
---|---|---|
committer | pacien | 2021-07-04 17:07:52 +0200 |
commit | 7714815396b4e86afc5db1af3726fab4edf0ca35 (patch) | |
tree | db9186008b2b9b95fe27d7c878cdd35374e1afec /viewer/src/components/async/index.ts | |
parent | dfa1c6e2f2977c32f75c1d93d9e7eb44fbed28c0 (diff) | |
download | ldgallery-7714815396b4e86afc5db1af3726fab4edf0ca35.tar.gz |
viewer: add markdown rendering component
Extracted from b170f49 (GH PR #304)
Diffstat (limited to 'viewer/src/components/async/index.ts')
-rw-r--r-- | viewer/src/components/async/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/components/async/index.ts b/viewer/src/components/async/index.ts new file mode 100644 index 0000000..5a7d9a6 --- /dev/null +++ b/viewer/src/components/async/index.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | // Declare async constants for internal components | ||
2 | // Their name can't start with 'Ld' | ||
3 | |||
4 | export const Markdown = () => import(/* webpackChunkName: "markdown" */ "./Markdown.vue"); | ||