feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
7
packages/hoppscotch-app/src/layouts/empty.vue
Normal file
7
packages/hoppscotch-app/src/layouts/empty.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<RouterView v-slot="{ Component }">
|
||||
<Transition name="fade" mode="out-in" appear>
|
||||
<component :is="Component" />
|
||||
</Transition>
|
||||
</RouterView>
|
||||
</template>
|
||||
Reference in New Issue
Block a user