fix back
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<main v-if="detail" class="detail-layout">
|
<main v-if="detail" class="detail-layout">
|
||||||
<section class="preview-panel">
|
<section class="preview-panel">
|
||||||
<div class="back-bar">
|
<div class="back-bar">
|
||||||
<n-button text @click="router.push({ name: 'showcase' })">
|
<n-button text @click="router.back()">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<Icon icon="lucide:arrow-left" />
|
<Icon icon="lucide:arrow-left" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user