Skip to content

Commit be3ca6d

Browse files
committed
release v.0.2.7
1 parent af18796 commit be3ca6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sass": "^1.49.9",
1515
"typescript": "^4.5.2",
1616
"vite": "2.9.1",
17-
"vite-plugin-vue-inspector": "0.2.6",
17+
"vite-plugin-vue-inspector": "0.2.7",
1818
"vite-plugin-vue2": "^1.9.3"
1919
}
2020
}

example/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"sass": "^1.49.9",
1616
"typescript": "^4.5.2",
1717
"vite": "2.9.1",
18-
"vite-plugin-vue-inspector": "0.2.6"
18+
"vite-plugin-vue-inspector": "0.2.7"
1919
}
2020
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)