-
**Describe the bug**
When opening the tab on an app that uses a baseURL, the devtools `` loads the incorrect URL
The `DEVTOOLS_UI_ROUTE` is set to `'/__nuxt-i18n-micro'` but should support `'/pref…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.18.0
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.9.0
- Nuxt Version: 3.13.1
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Man…
-
Integrate DevTools to incorporate incoming and outgoing data and requests, ability to send custom queries; also potentially embedding Surrealist or atleast a fraction of Surrealists features i.e. view…
-
### Describe the bug
The methods described in this [document ](https://v2.tauri.app/start/frontend/nuxt/) does not mark HMR work on mobile devices.
Because Nuxt does not use vite's HMR config. N…
-
### Environment
- Operating System: Darwin
- Node Version: v20.16.0
- Nuxt Version: 3.13.2
- CLI Version: 3.15.0
- Nitro Version: 2.9.7
- Package Manager: pnpm@9.12.1
- Builder: …
-
I have an issue after installing the new Nuxt and PrimeVue Nuxt module.
**My package.json:**
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt…
-
### Environment
Environment:
```
- Operating System: Windows_NT
- Node Version: v20.15.1
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: np…
-
```typescript
import {defineAbility} from "nuxt-authorization/utils";
const testAbility = defineAbility((user) => {
console.log(user)
return true
})
1
2
…
-
I want to separate logic between Nuxt 3 Layers and different DB connections:
- For ecommerce logic such as customers, orders, payments, etc.
- And for CMS logic such as pages, blocks, etc.
I want…