refactor: migrate to <script setup>

This commit is contained in:
mrholek
2024-04-29 13:51:42 +02:00
parent 86a084aa4f
commit 43745d958a
63 changed files with 1056 additions and 1754 deletions
+1 -7
View File
@@ -1,5 +1,5 @@
<template>
<div class="bg-body-tertiary min-vh-100 d-flex flex-row align-items-center">
<div class="wrapper min-vh-100 d-flex flex-row align-items-center">
<CContainer>
<CRow class="justify-content-center">
<CCol :md="6">
@@ -22,9 +22,3 @@
</CContainer>
</div>
</template>
<script>
export default {
name: 'Page500',
}
</script>