devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt/devtools). ## Open These updates have all been...
fixes #643
### 🐛 The bug Open Graph tabs has 2 parts, let's call them Details and Preview on smaller widths, they are on top of each others, which is fine. however...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/test-utils](https://togithub.com/nuxt/test-utils) | [`3.9.0` -> `3.14.1`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/3.9.0/3.14.1) | [](https://docs.renovatebot.com/merge-confidence/)...
### 🐛 The bug When opening the OpenGraph module of the devtools, only the preview is shown now in fullscreen. If the window gets smaller, the details become visible again:...
### 🐛 The bug If I enable the timeline then I get this error: ```` 500 useAuth is not a function at useAppInit (./composables/useAppInit.ts:8:3) at setup (./app.js:31:5) at _sfc_main.setup (./app.js:63:23)...
### 📚 What are you trying to do? Im trying to use inspect tab, but its not loading error: _nuxt’s server IP address could not be found.  ### 🔍...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) | [`^2.12.2` -> `^2.14.0`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/2.12.2/2.14.0) | [](https://docs.renovatebot.com/merge-confidence/)...
### 🐛 The bug When using Nuxt + Electron - devtools does not open the correct window/URL: ### 🛠️ To reproduce https://github.com/mccombs/nuxt-electron ### 🌈 Expected behavior Devtools should open the...
### 🐛 The bug Vue-i18n allows HTML in string translations by setting `strictMessage: false` in the config. This allows users to easily embed HTML in their translations. In SFC's you...