Sébastien Chopin
Sébastien Chopin
We may also document it too I think
Actually it's mentioned in the documentation but could be improved: You can do this in your `app.config.ts`: ```ts export default defineAppConfig({ ui: { notifications: { wrapper: 'fixed top-0 right-0 flex...
You can use the popover component with https://github.com/Vuepic/vue-datepicker We can show an example of it like we did in https://volta.net
I think that's where the Examples section come in 👀
I am going to remove it to port it to Tailwind only very soon. Do you use a lot the `tokens.config.ts` @yyrc ?
The best is to create your overwrite the `pages/[...slug].vue`
See on https://github.com/nuxt-modules/tailwindcss/blob/cb92551e6f1e7debb3f9f61b562edbc154f2f1f8/test/configs.test.ts#L8-L14 Failing tests: https://github.com/nuxt-modules/tailwindcss/actions/runs/4809848989/jobs/8561654002
Updated in https://github.com/nuxt-community/express-template/commit/c733479725cbe50874e1d07b5912d8eef5e4fc42 Do you think we should archive this repo though?
I don't think `useI18n()` is the correct name, I would at least name it `useContentI18n()` to avoid conflict with other libraries. Before changing the document driven mode, I believe we...
@rikzwarthoff I advice not to use the documentDriven mode as we have found many issues with it and will remove it in the next major version. Could you try without...