vite-plugin-vue-inspector
vite-plugin-vue-inspector copied to clipboard
jump to editor source code while click the element of browser automatically.
| Before | After | |--------|--------| |  |  | There was a [PR](https://github.com/webfansplz/vite-plugin-vue-inspector/pull/16) to try this, but it seemed dated and incompatible.
To notify state changes
Currently, the `launchEditor` only allows a specific set of strings for known IDEs. However, the `LAUNCH_EDITOR` env [can actually be an arbitrary string](https://github.com/vuejs/devtools-next/pull/401). This is used when the editor is...
``` [plugin:vite-plugin-vue-inspector] unknown: Unexpected token, expected "}" (5:6) 8 | }) src/ui/pages/settings.vue:5:6 3 | 4 | definePage({ 5 | meta: { | ^ 6 | requiresAuth: true 7 | },...
add an option to disable animation/transition, will auto disable when `prefers-reduced-motion` is set [related ](https://github.com/vuejs/devtools-next/issues/567)
vue, version: "2.6.12" error occur this code block ```vue new Vue.default({ render: h => h(App), devtools: { hide: true, }, }).$mount(`#${CONTAINER_ID}`) ```
Right now all tags except `style` in `.vue` files are treated as templates. This PR adds a configuration option that makes the exclusion list configurable. It also adds the `i18n`...
In order to solve this issue https://github.com/vuejs/devtools/issues/746 in vue devtools, vue-inspector also needs to make `appendTo` accept an array of string and Regexp
https://github.com/webfansplz/vite-plugin-vue-inspector/issues/122 1. Clone the Overlay.vue to OverlayOptionAPI.vue and mount it when vue === 2 2. convert Overlay.vue to Composite API 3. extract the toggle button to ToggleButton.vue