Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into dev
This commit is contained in:
@@ -12,16 +12,11 @@ function onClick(type: ClickType) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="m-2 flex gap-2 px-2">
|
<div class="m-2 flex gap-2 px-2">
|
||||||
<Button
|
<div>
|
||||||
class="bg-gray-400"
|
<Button variant="ghost"@click="onClick('back')" >
|
||||||
type="button"
|
<Icon name="i-lucide-arrow-left" class="" />
|
||||||
@click="onClick"
|
Back
|
||||||
>
|
</Button>
|
||||||
<Icon
|
</div>
|
||||||
name="i-lucide-arrow-left"
|
|
||||||
class="me-2 align-middle"
|
|
||||||
/>
|
|
||||||
Back
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user