mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Change structure
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<template>
|
||||
<Button class="flex items-center gap-2">
|
||||
<i :class="['fal', icon]"></i> <slot/>
|
||||
</Button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Button from "./Button";
|
||||
export default {
|
||||
name: "SecondLevelLink",
|
||||
components: {Button},
|
||||
props: {
|
||||
icon: {
|
||||
type: String,
|
||||
default: 'fa-arrow-up-right-from-square'
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user