chore: upgraded frappe ui and made relevant changes

This commit is contained in:
Jannat Patel
2025-09-25 16:46:29 +05:30
parent 8ea903b81a
commit 24b2125b97
14 changed files with 506 additions and 413 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
<template>
<FrappeUIProvider>
<Layout>
<div class="text-base">
<router-view />
</div>
<Layout class="isolate text-base">
<router-view />
</Layout>
<InstallPrompt v-if="isMobile" />
<Dialogs />