reslear
reslear
and what are the problems with https://github.com/capacitor-community/facebook-login ?
for capacitor looks good
Yeah, I checked. Everything's fine. maybe: - more popularity as nuxt module and add to https://nuxt.com/modules - more ssr support - autoimport
hi @niklasfjeldberg also I add information https://github.com/strapi/documentation/pull/1974 please correct me if I've done something wrong
@kasperjha we are thinking of not making a nuxt module as there is already an implementation https://github.com/freb97/nuxt-strapi-blocks-renderer.
@stillhartkonzept eta https://github.com/nshenderov/strapi-plugin-ckeditor/pull/157 also already support v5 https://github.com/ckeditor/strapi-plugin-ckeditor
@teziovsky just add `enableDevtoolsV6Plugin: true` : ```ts export const install: Plugin = (app) => { app.use(VueQueryPlugin, { queryClient, enableDevtoolsV6Plugin: true, }) } ```
LGTM 🔥 I don't know if it's possible to switch the project to typescript yet?
so, i found in docs this is already default values: > `respectPrefix` lets you specify whether Tailwind should automatically prefix your classes with the user's configured prefix. **Defaults to true.**...
Could you add same to the `playground` folder, and check?