diff options
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"); | ||