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
-6
View File
@@ -12,9 +12,3 @@
</div>
</CFooter>
</template>
<script>
export default {
name: 'AppFooter',
}
</script>