vue-wiring-diagram 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-wiring-diagram",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A Vue 3.x component for wiring diagram",
5
5
  "type": "module",
6
6
  "main": "dist/vue-wiring-diagram.umd.js",
@@ -292,7 +292,6 @@ onUnmounted(() => {
292
292
  }
293
293
  }
294
294
 
295
- // 闪烁箭头
296
295
  @keyframes flashing {
297
296
  0% {
298
297
  opacity: 0;