Use correct illustrations on Hello page
Fix MS-678 #complete
This commit is contained in:
parent
f8d0a9a83d
commit
52b399b216
|
|
@ -21,13 +21,8 @@ const PortfolioIllustration = defineAsyncComponent(() =>
|
||||||
const RoomsIllustration = defineAsyncComponent(() =>
|
const RoomsIllustration = defineAsyncComponent(() =>
|
||||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/RoomsIllustration')
|
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/RoomsIllustration')
|
||||||
);
|
);
|
||||||
const HelloIllustration = defineAsyncComponent(() =>
|
|
||||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloIllustration')
|
const Hello = flavorValues.helloIllustration;
|
||||||
);
|
|
||||||
const HelloMyKVIllustration = defineAsyncComponent(() =>
|
|
||||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloMyKVIllustration')
|
|
||||||
);
|
|
||||||
const Hello = flavorValues.appFlavor === 'my-kv' ? HelloMyKVIllustration : HelloIllustration;
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue