mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
remove unused code
This commit is contained in:
@@ -605,7 +605,6 @@ export default {
|
||||
:key="item.data.id"
|
||||
class="position-absolute"
|
||||
:item="item"
|
||||
:active="active"
|
||||
:style="{
|
||||
zIndex: item.resizeOverlay ? 1 : 'auto',
|
||||
top: 'calc(' + item.y + ' * var(--fhc-dg-row-height))',
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
export default {
|
||||
name:'GridItem',
|
||||
props: {
|
||||
item: Object,
|
||||
active: Boolean
|
||||
item: Object
|
||||
},
|
||||
emits: [
|
||||
"startMove",
|
||||
|
||||
Reference in New Issue
Block a user