Typo in webpack directive
This commit is contained in:
parent
9d088916a9
commit
dae818b6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ import loggingContent from "./tabContentComponents/loggingContent.vue";
|
|||
// ImJoy and the gallery are loaded asynchronously to allow them to be disabled if needed
|
||||
const galleryContent = () =>
|
||||
import(
|
||||
/* webpackChunkName: "gallery") */ "./tabContentComponents/galleryContent.vue"
|
||||
/* webpackChunkName: "gallery" */ "./tabContentComponents/galleryContent.vue"
|
||||
);
|
||||
const imjoyContent = () =>
|
||||
import(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue