Velly.Zhou
Velly.Zhou
I use ts and vite import to manage all translation files. So, I can do a lots of things. //configuration/locale.ts export const supportedLocales = { en: { name: "English" },...
I comment my solution here: Use v-overlay and vuereuse's useDraggble.
I think the question is to obtain the available access token by an existed User model? https://django-rest-framework-simplejwt.readthedocs.io/en/latest/rest_framework_simplejwt.html Per reading the document ? `rest_framework_simplejwt.tokens.Token.for_user(user:AuthUser)` would return the Token?
any event to monitor the height change events? especially for inline mode?