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 916edc9 commit ce03b8aCopy full SHA for ce03b8a
js/src/components/MiniGame3.vue
@@ -77,6 +77,23 @@ export default defineComponent({
77
</li>
78
</ul>
79
</div>
80
+ <svg
81
+ version="1.1"
82
+ xmlns="http://www.w3.org/2000/svg"
83
+ xmlns:xlink="http://www.w3.org/1999/xlink"
84
+ x="0px"
85
+ y="0px"
86
+ xml:space="preserve"
87
+ style="border: 1px solid red; flex: 1;"
88
+ >
89
+ <path
90
+ class="path2"
91
+ fill="#01a09e"
92
+ stroke-width="5"
93
+ stroke="black"
94
+ :d="`M0 11 L ${mousePosition.x} ${mousePosition.y - 250}`"
95
+ />
96
+ </svg>
97
<div :class="$style.panel">
98
<ul>
99
<li
0 commit comments