Closed Duboox closed 2 years ago
Windows_NT
v16.17.1
3.0.0-rc.12
0.6.0
yarn@1.22.15
vite
srcDir
css
components
buildModules
modules
build
googleFonts
colorMode
apollo
auth
@nuxtjs/apollo@5.0.0-alpha.3
@nuxtjs/color-mode@3.1.8
@nuxtjs-alt/auth@2.0.30
@nuxtjs-alt/axios@1.0.19
@pinia/nuxt@0.4.3
@nuxtjs/google-fonts@3.0.0-1
Im trying to implement a custom scheme in auth module, however, when I'm trying to import the LocalScheme to extend it, I get and import error
import { LocalScheme } from "@nuxtjs-alt/auth/dist/runtime/schemes/local";
I would like to know if someone could manage to create a custom scheme or how I can import the LocalScheme to extend it
I would like to know if someone could manage to create a custom scheme or how I can import the localScheme to extend it
No response
import from #auth/runtime
#auth/runtime
it works! thanks a lot
Environment
Windows_NT
v16.17.1
3.0.0-rc.12
0.6.0
yarn@1.22.15
vite
srcDir
,css
,components
,buildModules
,modules
,build
,vite
,googleFonts
,colorMode
,apollo
,auth
@nuxtjs/apollo@5.0.0-alpha.3
,@nuxtjs/color-mode@3.1.8
,@nuxtjs-alt/auth@2.0.30
,@nuxtjs-alt/axios@1.0.19
,@pinia/nuxt@0.4.3
@nuxtjs/google-fonts@3.0.0-1
Reproduction
Im trying to implement a custom scheme in auth module, however, when I'm trying to import the LocalScheme to extend it, I get and import error
import { LocalScheme } from "@nuxtjs-alt/auth/dist/runtime/schemes/local";
I would like to know if someone could manage to create a custom scheme or how I can import the LocalScheme to extend it
Describe the bug
Im trying to implement a custom scheme in auth module, however, when I'm trying to import the LocalScheme to extend it, I get and import error
import { LocalScheme } from "@nuxtjs-alt/auth/dist/runtime/schemes/local";
I would like to know if someone could manage to create a custom scheme or how I can import the localScheme to extend it
Additional context
No response
Logs
No response