We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534222 commit cddaf9cCopy full SHA for cddaf9c
src/runtime/components/NUsersUserCard.vue
@@ -1,5 +1,5 @@
1
<script setup lang="ts">
2
-import { computed, onMounted, nextTick, ref } from 'vue'
+import { computed, onMounted, ref } from 'vue'
3
import { useAuthentication } from '../composables/useAuthentication'
4
import { useRuntimeConfig } from '#imports'
5
import { defaultDisplayFields, defaultFieldLabels, type User } from 'nuxt-users/utils'
0 commit comments