This commit is contained in:
Sockenklaus
2021-10-08 22:26:27 +02:00
parent 5c12b5cb0e
commit 117c254914
3 changed files with 26 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ div.modal.fade(
</template>
<script setup lang="ts">
import { Modal } from 'bootstrap'
import { computed, ref, onMounted } from 'vue'
import type { Ref } from 'vue'