We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0984137 commit d95b64cCopy full SHA for d95b64c
1 file changed
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vite-plugin-click-to-vue-component",
3
- "version": "0.1.9",
+ "version": "0.2.0",
4
"description": "jump to local IDE source code while click the element of browser automatically.",
5
"author": "xsf0105",
6
"license": "MIT",
@@ -26,7 +26,9 @@
26
"files": [
27
"dist",
28
"src/load.js",
29
- "src/Overlay.vue"
+ "src/Overlay.vue",
30
+ "src/loadVue2.js",
31
+ "src/loadVue3.js"
32
],
33
"scripts": {
34
"lint": "eslint --fix --ext .js,.ts,.vue .",
0 commit comments