mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
get rid of cachedWidgetLoader & slightly rename some prop for better understanding
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
sizeLimits() {
|
||||
return Object.fromEntries(Object.entries(this.itemsSetup).map(([type, setup]) => {
|
||||
return Object.fromEntries(Object.entries(this.itemsSetup).map(([type, { setup }]) => {
|
||||
const result = {}; // work on a copy
|
||||
if (setup.height === undefined)
|
||||
result.height = { min: 1, max: undefined };
|
||||
|
||||
Reference in New Issue
Block a user