Browse Source

fix(nc-gui): add transition false to app.vue

pull/4495/head
Wing-Kam Wong 2 years ago
parent
commit
df88e54b6b
  1. 2
      packages/nc-gui/app.vue

2
packages/nc-gui/app.vue

@ -36,7 +36,7 @@ if (typeof window !== 'undefined') {
<template> <template>
<a-config-provider> <a-config-provider>
<NuxtLayout :name="disableBaseLayout ? false : 'base'"> <NuxtLayout :name="disableBaseLayout ? false : 'base'">
<NuxtPage :key="key" /> <NuxtPage :transition="false" :key="key" />
</NuxtLayout> </NuxtLayout>
</a-config-provider> </a-config-provider>
</template> </template>

Loading…
Cancel
Save