-
its not work in nuxt 3 with module
-
### Version
------------------------------
- Operating System: Linux
- Node Version: v18.17.1
- Nuxt Version: 3.7.0
- CLI Version: 3.7.3
- Nitro Version: 2.6.2
- Package Man…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.15.0`
- Nuxt Version: `3.11.1`
- CLI Version: `3.11.0`
- Nitro Version: `2.9.4`
- Package Manager: `pnpm@8.15.3…
-
### Describe the bug
When using nuxt seo kit with histoire, histoire still run normally but nuxt log an error with nuxt-head which cause this error to be display in each story
Screen of bug
![i…
-
闲逛逛回到了这个地方,发现你的博客居然也用上 Nuxt 3 了欸
看了一下源代码,我挺好奇你为何不考虑使用 `@nuxt/content` 而是 `markdown-it`(我在 package.json 里看到了前者)。将文章数据编译为 JSON 再给组件调用, ~~emm 有一种 Hexo (Warehouse) + Next.js 的味道~~
并且你的博客不考虑用 SSG (`n…
-
Is it possible to support nuxt 3
-
### Prerequisites
- [X] I'm using the latest version.
- [X] All website modules are up to date.
- [X] This is not temporary server issue.
### System information
Windows 10 Home 22H2 19045.4651
###…
-
Will be great if we can get nuxt output!
-
### Environment
- Operating System: `Darwin`
- Node Version: `v14.18.2`
- Nuxt Version: `2.16.0-27720022.54e852f`
- Nitro Version: `0.5.4`
- Package Manager: `yarn@1.22.19`
- Builder…
-
### Environment
Hi!
When using the new **shared folder** feature I am facing a typing issue:
### Reproduction
`shared/types/test.ts`:
```ts
export const hey = 2;
export type hey = string;
```
### …