-
On our last data migration from wordpress i import through feed me all the data but the postDates.
31-08-2023 11:12 I imported a csv file in feed me with all the posts content including the postDa…
-
### Environment
------------------------------
- Operating System: `Linux`
- Node Version: `v16.14.0`
- Nuxt Version: `2.16.0-27358576.777a4b7f`
- Package Manager: `yarn@3.2.0`
- Builde…
-
/kind bug
### Which area this bug is related to?
/area registry
## What versions of software are you using?
**Operating System:**
Linux
```
$yq --version
yq 2.14.0
$ jq --…
kadel updated
8 months ago
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v16.16.0`
- Nuxt Version: `2.16.0-27720022.54e852f`
- Nitro Version: `0.5.4`
- Package M…
-
### What problem does this feature solve?
like this:
```html
const isMobile = useIsMobile();
const menuItems = [
{name: 'Item-1', url: '/item1'},
{name: 'Item-2', url: '/item2'},
{nam…
-
### Environment
Operating System: Linux
- Node Version: v18.18.2
- Nuxt Version: 3.8.1
- CLI Version: 3.9.1
- Nitro Version: 2.7.2
- Package Manager: pnpm@8.9.0
- Builder: …
-
The application uses an env var for the API base URL:
```
API_BASE_URL=http://localhost:3001/v1
```
For development, you load the value from the `.env` file. There is a template file for it:
…
-
Hello!
First, thanks for this very usefull library!
I got a problem when i'm using nuxt3, mapbox and i18n
``` package.json
"@nuxtjs/i18n": "8.0.0-rc.1",
"mapbox-gl": "2.15.0",
"nuxt": "3.6.5…
-
I'm trying to get Storybook to apply Tailwind CSS styles globally to the stories, but the documentation refers to using the base.css file with Tailwind CSS imports. However, I'm wondering if there's a…
-
Hi, I've been following documentation [example](https://vue-meeting-selector.tuturu.io/#simplemultiexample) and I found some trouble while installing component, I'm able now to make it build but looks…