Change structure

This commit is contained in:
René Preuß
2022-10-31 17:45:12 +01:00
parent cd4b8ff726
commit fb90843b98
24 changed files with 1257 additions and 7 deletions

View File

@@ -1,21 +0,0 @@
<template>
<a href="#" class="truncate text-black dark:text-white hover:bg-zinc-100 dark:bg-base-700 dark:hover:bg-base-600 dark:text-white rounded-lg px-4 py-2">
<slot/>
</a>
</template>
<script>
export default {
name: "Button",
methods: {
click() {
this.$emit('click');
}
}
}
</script>
<style scoped>
</style>