-
Hello,
I'm using your package in a nuxt project (with composition API) and Typescript.
```json
"@schedule-x/calendar": "^2.2.0",
"@schedule-x/event-modal": "^2.3.0",
"@schedule-x/events-…
-
Hi,
Need help on this
When I spin up my container using docker-compose. My nuxt app cannot load because of this error below.
2024-10-09 20:36:30 ➜ Network: http://nuxtnew.larabells.local:4000/ […
-
### Reproduction
Use the CLI
### Describe the bug
Since the latest release the `npx shadcn-vue@latest add tabs` helper no longer works.
Currently using `0.10.4` to keep functionality going.
### S…
-
### Environment
Nuxt 3.13
Node 18
### Reproduction
```
export default defineEventHandler(async event => {
const db = useDatabase()
const res = await db.sql`INSERT INTO orders VALUES (null, …
-
ESBuild seems planning to support decorators (https://github.com/evanw/esbuild/issues/104) but it is not landed as the spec is experimental itself.
We shall use SWC to have experimental support fo…
-
### Version
@nuxtjs/supabase:
nuxt:
### Reproduction Link
Right now it seems that the Nuxt composable useSupabaseClient(); is struggling to consume my access token and redirect to set th…
-
### tdesign 版本
1.9.9
### 重现链接
_No response_
### 重现步骤
现在有引入T-Design组件的A,B两个页面,均为Nuxt3 SSR模式渲染,首先访问A页面再访问B页面,使用浏览器的刷新功能刷新B页面,此时再使用浏览器的后退功能回退到A页面,此时Nuxt会抛出500错误无法动态导入模块,同时Console会抛出70个错误(样式表单 http:/…
-
## Design Doc
### Context
Create a module that extends the Nuxt ESLint module and adds commonly used ESLint rules.
There is a possibility of adding Prettier, StyleLint, MarkdownLint, etc. in th…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.12.2
- Nuxt Version: 3.10.3
- CLI Version: 3.10.1
- Nitro Version: 2.9.1
- Package Manager: pnpm@8.3.1
- Bu…
-
### Describe the bug
With the following nuxt.config.ts, auto-imports are not generated:
```ts
export default defineNuxtConfig({
modules: ['@primevue/nuxt-module'],
primevue: {
au…