We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af18796 commit be3ca6dCopy full SHA for be3ca6d
example/vue2/package.json
@@ -14,7 +14,7 @@
14
"sass": "^1.49.9",
15
"typescript": "^4.5.2",
16
"vite": "2.9.1",
17
- "vite-plugin-vue-inspector": "0.2.6",
+ "vite-plugin-vue-inspector": "0.2.7",
18
"vite-plugin-vue2": "^1.9.3"
19
}
20
example/vue3/package.json
@@ -15,6 +15,6 @@
- "vite-plugin-vue-inspector": "0.2.6"
+ "vite-plugin-vue-inspector": "0.2.7"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-vue-inspector",
3
- "version": "0.2.6",
+ "version": "0.2.7",
4
"description": "jump to local IDE source code while click the element of browser automatically.",
5
"keywords": [
6
"vue",
0 commit comments