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
@@ -170,9 +170,3 @@
</CCol>
</CRow>
</template>
<script>
export default {
name: 'FloatingLabels',
}
</script>