|
@@ -58,7 +58,7 @@ import { useStore } from "vuex";
|
|
|
import { useApp } from "@/app";
|
|
|
const store = useStore();
|
|
|
|
|
|
-const spanlength = ref(6);
|
|
|
+const spanlength = ref(5);
|
|
|
|
|
|
const metadata = computed(() => store.getters["scene/metadata"]);
|
|
|
const scenes = computed(() => store.getters["scene/list"]);
|