diff options
Diffstat (limited to 'viewer/src/plugins/asyncLib.ts')
-rw-r--r-- | viewer/src/plugins/asyncLib.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/viewer/src/plugins/asyncLib.ts b/viewer/src/plugins/asyncLib.ts new file mode 100644 index 0000000..de4f7ee --- /dev/null +++ b/viewer/src/plugins/asyncLib.ts | |||
@@ -0,0 +1,3 @@ | |||
1 | |||
2 | export const importFaIcon = async() => (await import(/* webpackChunkName: "icons" */ '@fortawesome/vue-fontawesome')).FontAwesomeIcon; | ||
3 | export const importHammer = async() => import(/* webpackChunkName: "hammer" */'hammerjs'); | ||