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 be297e7 commit ba1e166Copy full SHA for ba1e166
example/vue2/package.json
@@ -14,7 +14,7 @@
14
"sass": "^1.49.9",
15
"typescript": "^4.5.2",
16
"vite": "^2.7.1",
17
- "vite-plugin-vue-inspector": "0.2.2",
+ "vite-plugin-vue-inspector": "0.2.3",
18
"vite-plugin-vue2": "^1.9.3"
19
}
20
example/vue3/package.json
@@ -15,6 +15,6 @@
- "vite-plugin-vue-inspector": "0.2.2"
+ "vite-plugin-vue-inspector": "0.2.3"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-vue-inspector",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "jump to local IDE source code while click the element of browser automatically.",
5
"license": "MIT",
6
"repository": {
0 commit comments