英文: Authentication using Nuxt.js and Firebase middleware 问题 我有一个 Nuxt Js 3 + Firebase 项目。在这个项目中,要求登录...
如何在使用 Supabase Auth 时通过 Google 登录时添加额外的用户元数据?
英文: How to add additional user metadata upon login with Google using Supabase Auth? 问题 我想从已登录用户的 Goo...
我想在 v-for 中包装 Firebase 图像路径。
英文: I want to wrap the firebase image path in v-for 问题 在这种情况下,您可以尝试以下方式: v-img(:src="getImageSrc...
@nuxt/auth在我重新加载页面或手动访问URL时将我发送到/login页面。
英文: @nuxt/auth send me to /login page when I reload the page or access URLs manually 问题 我正在尝试在我的应用程序...
在NuxtPage中不能使用布局中的命名插槽。
英文: Named slots in layout can not be used within NuxtPage 问题 我认为我遗漏了一些基本的东西... 我想使用像官方文档中描述的布局功能一样的功...
为什么上传到AWS S3的文件大小为0B?
英文: Why is the file uploaded to AWS S3 0B in size? 问题 以下是代码部分的中文翻译: # 这是我的`save_picture`方法,用于打开图像文件并...
如何在 Nuxt 3/vue 3 中从标题组件调用并显示模态组件?
英文: Nuxt3/vue3 how to show modal component that is called from header component? 问题 以下是你要翻译的内容: Head...
Attribute patch in pinia store is working from one component, but not from another (Nuxt.js)
英文: Attribute patch in pinia store is working from one component, but not from another (Nuxt.js) 问题 ...
Deploying Nuxt.js and Nest.js together.
英文: Deploying Nuxt.js and Nest.js together 问题 Frontend SPA 应用是使用 Nuxt.js 2 编写的 后端 API 是为该 SPA 应用使用 N...
如何在RouteMiddleware中设置页面的 ‘to.meta’ 属性。
英文: How to set the page 'to.meta' attribute in the RouteMiddleware 问题 I have the following r...
11