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 3f3012f commit ae1f4e3Copy full SHA for ae1f4e3
src/runtime/components/NUsersPasswordStrengthIndicator.vue
@@ -1,5 +1,6 @@
1
<script setup lang="ts">
2
-import { computed, useRuntimeConfig } from 'vue'
+import { computed } from 'vue'
3
+import { useRuntimeConfig } from '#app'
4
import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
5
6
// Note: We define Props interface inline to ensure compatibility during the module build process
0 commit comments