We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c445d commit 0984137Copy full SHA for 0984137
2 files changed
packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# vite-plugin-click-to-vue-component
2
3
+## 0.1.9
4
+
5
+### Patch Changes
6
7
+- fix bug for vue3
8
9
## 0.1.8
10
11
### Patch Changes
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-click-to-vue-component",
- "version": "0.1.8",
+ "version": "0.1.9",
"description": "jump to local IDE source code while click the element of browser automatically.",
"author": "xsf0105",
"license": "MIT",
0 commit comments