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
|
// ImJoy and the gallery are loaded asynchronously to allow them to be disabled if needed
|
||||||
const galleryContent = () =>
|
const galleryContent = () =>
|
||||||
import(
|
import(
|
||||||
/* webpackChunkName: "gallery") */ "./tabContentComponents/galleryContent.vue"
|
/* webpackChunkName: "gallery" */ "./tabContentComponents/galleryContent.vue"
|
||||||
);
|
);
|
||||||
const imjoyContent = () =>
|
const imjoyContent = () =>
|
||||||
import(
|
import(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue