vite-plugin-vue-inspector icon indicating copy to clipboard operation
vite-plugin-vue-inspector copied to clipboard

jump to editor source code while click the element of browser automatically.

Results 43 vite-plugin-vue-inspector issues
Sort by recently updated
recently updated
newest added

| Before | After | |--------|--------| | ![2024-05-16 11-29-17-before](https://github.com/webfansplz/vite-plugin-vue-inspector/assets/45714701/5c995080-f7da-40b9-941b-095a1a911273) | ![2024-05-16 11-29-17-after](https://github.com/webfansplz/vite-plugin-vue-inspector/assets/45714701/fad790b0-d9cd-40b6-9c63-cf797457552b) | There was a [PR](https://github.com/webfansplz/vite-plugin-vue-inspector/pull/16) to try this, but it seemed dated and incompatible.

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