Merge branch 'hotfix/wrong-illustrations' into develop
This commit is contained in:
commit
6f8f23c204
|
|
@ -21,13 +21,8 @@ const PortfolioIllustration = defineAsyncComponent(() =>
|
|||
const RoomsIllustration = defineAsyncComponent(() =>
|
||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/RoomsIllustration')
|
||||
);
|
||||
const HelloIllustration = defineAsyncComponent(() =>
|
||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloIllustration')
|
||||
);
|
||||
const HelloMyKVIllustration = defineAsyncComponent(() =>
|
||||
import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloMyKVIllustration')
|
||||
);
|
||||
const Hello = flavorValues.appFlavor === 'my-kv' ? HelloMyKVIllustration : HelloIllustration;
|
||||
|
||||
const Hello = flavorValues.helloIllustration;
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue