parent
9b771baa5e
commit
c544e38f34
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default defineComponent({
|
||||||
});
|
});
|
||||||
|
|
||||||
const columns = deckStore.reactiveState.columns;
|
const columns = deckStore.reactiveState.columns;
|
||||||
const layout = deckStore.reactiveState.layout.value;
|
const layout = deckStore.reactiveState.layout;
|
||||||
const menuIndicated = computed(() => {
|
const menuIndicated = computed(() => {
|
||||||
if ($i == null) return false;
|
if ($i == null) return false;
|
||||||
for (const def in menuDef) {
|
for (const def in menuDef) {
|
||||||
|
|
Loading…
Reference in a new issue