unneeded ref in SVGRect
This commit is contained in:
parent
2282de2528
commit
8cd4e922ff
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<foreignObject
|
<foreignObject
|
||||||
ref="foreign_object"
|
|
||||||
:x="Math.round(store.calendar_aspect_ratio * rectangle.left)"
|
:x="Math.round(store.calendar_aspect_ratio * rectangle.left)"
|
||||||
:y="rectangle.top"
|
:y="rectangle.top"
|
||||||
:width="Math.round(store.calendar_aspect_ratio * rectangle.width)"
|
:width="Math.round(store.calendar_aspect_ratio * rectangle.width)"
|
||||||
|
|
Loading…
Reference in a new issue