Skip to content

Commit d6a3e5e

Browse files
committed
feat: prepare user management
1 parent 44ce900 commit d6a3e5e

File tree

10 files changed

+363
-1576
lines changed

10 files changed

+363
-1576
lines changed

Diff for: app/components/users/UserDrawer.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<script setup lang="ts">
2-
import { cloneDeep } from 'lodash-es'
3-
import { PerfectScrollbar } from 'vue3-perfect-scrollbar'
4-
2+
import type { DialogConfig, DrawerConfig } from '@base/utils/types'
53
import type { VForm } from 'vuetify/components/VForm'
4+
65
import { type Organization, useOrganizationStore } from '@base/stores/admin/organization'
76
import { useRoleStore } from '@base/stores/admin/role'
8-
import type { User } from '@base/stores/admin/user'
9-
import type { DialogConfig, DrawerConfig } from '@base/utils/types'
7+
import { cloneDeep } from 'lodash-es'
8+
import { PerfectScrollbar } from 'vue3-perfect-scrollbar'
9+
import type { User } from '~/stores/admin/userdsf'
1010
1111
interface Emit {
1212
(e: 'update:isDrawerOpen', value: boolean): void

0 commit comments

Comments
 (0)