refactor interfaces and references

This commit is contained in:
geoffrey45
2022-11-30 20:27:44 +03:00
committed by Mungai Njoroge
parent 4a49d48011
commit 6d8a9f880b
44 changed files with 195 additions and 171 deletions
+3 -3
View File
@@ -38,11 +38,11 @@
</template>
<script setup lang="ts">
import { ref } from "vue";
import { createPopper, Instance } from "@popperjs/core";
import { ref } from "vue";
import { Option } from "@/interfaces";
import { contextChildrenShowMode } from "@/composables/enums";
import { Option } from "@/interfaces";
const props = defineProps<{
option: Option;
@@ -155,7 +155,7 @@ function runChildAction(action: () => void) {
.children {
transform: scale(0);
overflow: auto;
overflow: hidden;
max-height: calc(100vh - 10rem);
}