File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 },
99 "devDependencies" : {
1010 "nuxt" : " 3.0.0-rc.1" ,
11- "vite-plugin-vue-inspector" : " 0.5.3 "
11+ "vite-plugin-vue-inspector" : " 0.5.4 "
1212 }
1313}
Original file line number Diff line number Diff line change 1414 "sass" : " ^1.49.9" ,
1515 "typescript" : " ^4.5.2" ,
1616 "vite" : " 2.9.1" ,
17- "vite-plugin-vue-inspector" : " 0.5.3 " ,
17+ "vite-plugin-vue-inspector" : " 0.5.4 " ,
1818 "vite-plugin-vue2" : " ^1.9.3"
1919 }
2020}
Original file line number Diff line number Diff line change 1515 "sass" : " ^1.49.9" ,
1616 "typescript" : " ^4.5.2" ,
1717 "vite" : " 2.9.1" ,
18- "vite-plugin-vue-inspector" : " 0.5.3 "
18+ "vite-plugin-vue-inspector" : " 0.5.4 "
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-plugin-vue-inspector" ,
3- "version" : " 0.5.3 " ,
3+ "version" : " 0.5.4 " ,
44 "description" : " jump to local IDE source code while click the element of browser automatically." ,
55 "keywords" : [
66 " vue" ,
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ export default {
150150 if (this.disabled) return
151151 const { targetNode, params } = this.getTargetNode(e)
152152 if (targetNode) {
153- this.position.x = e.pageX
154- this.position.y = e.pageY
153+ this.position.x = e.clientX
154+ this.position.y = e.clientY
155155 this.overlayVisible = true
156156 this.navigationParams = params
157157 }
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments