feat: 添加 unselectable 类,更新样式导入,优化返回按钮图标插槽,修改应用名称为 Riwsan
This commit is contained in:
@@ -18,7 +18,9 @@ function onBack() {
|
||||
|
||||
<template>
|
||||
<button class="z-1 flex items-center" @click="onBack">
|
||||
<ion-icon :icon="chevronBackOutline" class="text-2xl" />
|
||||
<slot name="icon">
|
||||
<ion-icon :icon="chevronBackOutline" class="text-2xl" />
|
||||
</slot>
|
||||
<span v-if="text" class="text-base">{{ text }}</span>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user