1
0
forked from test/crm

fix: import onboarding components & composables from frappe-ui/src/frappe

This commit is contained in:
Shariq Ansari 2025-03-19 00:50:55 +05:30
parent 46eb2395d1
commit 041fef9b09
8 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@ import { capture } from '@/telemetry'
import { usersStore } from '@/stores/users'
import { useStorage } from '@vueuse/core'
import { call, createResource } from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, watch, computed } from 'vue'
const props = defineProps({

View File

@ -155,7 +155,7 @@ import {
useOnboarding,
showHelpModal,
minimize,
} from 'frappe-ui/frappe'
} from 'frappe-ui/src/frappe'
import { capture } from '@/telemetry'
import router from '@/router'
import { useStorage } from '@vueuse/core'

View File

@ -49,7 +49,7 @@ import { statusesStore } from '@/stores/statuses'
import { isMobileView } from '@/composables/settings'
import { capture } from '@/telemetry'
import { createResource } from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { computed, onMounted, ref, reactive, nextTick } from 'vue'
import { useRouter } from 'vue-router'

View File

@ -66,7 +66,7 @@
import ArrowUpRightIcon from '@/components/Icons/ArrowUpRightIcon.vue'
import { capture } from '@/telemetry'
import { TextEditor, call } from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, nextTick, watch } from 'vue'
import { useRouter } from 'vue-router'

View File

@ -119,7 +119,7 @@ import { taskStatusOptions, taskPriorityOptions, getFormat } from '@/utils'
import { usersStore } from '@/stores/users'
import { capture } from '@/telemetry'
import { TextEditor, Dropdown, Tooltip, call, DateTimePicker } from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, watch, nextTick, onMounted } from 'vue'
import { useRouter } from 'vue-router'

View File

@ -87,7 +87,7 @@ import {
FormControl,
Tooltip,
} from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, computed } from 'vue'
const { updateOnboardingStep } = useOnboarding('frappecrm')

View File

@ -341,7 +341,7 @@ import {
call,
usePageMeta,
} from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, computed, h, onMounted, onBeforeUnmount } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { useActiveTabManager } from '@/composables/useActiveTabManager'

View File

@ -361,7 +361,7 @@ import {
call,
usePageMeta,
} from 'frappe-ui'
import { useOnboarding } from 'frappe-ui/frappe'
import { useOnboarding } from 'frappe-ui/src/frappe'
import { ref, reactive, computed, onMounted, watch } from 'vue'
import { useRouter, useRoute } from 'vue-router'
import { useActiveTabManager } from '@/composables/useActiveTabManager'