diff options
author | pacien | 2021-07-04 17:38:08 +0200 |
---|---|---|
committer | pacien | 2021-07-04 17:38:08 +0200 |
commit | ac160f6879f9a2c74ca77c1c34742d24e69bf570 (patch) | |
tree | aa7af62416126dcf4eff1ba7ac6784b1c65bf22c /viewer/src/components/async/index.ts | |
parent | d48a9eb9a75d8e55f78964e884bb94efd23fcd9b (diff) | |
parent | 9328223589fac14327223eb38c988cb32b781cbd (diff) | |
download | ldgallery-ac160f6879f9a2c74ca77c1c34742d24e69bf570.tar.gz |
Merge branch 'oz-markdown-component' into develop
Reviewed-by: pacien <pacien.trangirard@pacien.net>
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"); | ||