feat: unplugin-vue-router, prettier, eslint, .gitattributes

This commit is contained in:
Benjamin Singleton 2025-05-13 15:24:17 -05:00
parent 0d98f11e21
commit 53c6efa701
24 changed files with 3175 additions and 169 deletions

View file

@ -1,11 +1,9 @@
<template>
<div class="box my-6">
<slot />
</div>
<div class="box my-6">
<slot />
</div>
</template>
<script lang="ts">
export default {
name: 'PaddingWrapper'
}
</script>
export default { name: "PaddingWrapper" };
</script>