We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e72aa7 commit 4a3dc02Copy full SHA for 4a3dc02
pages/buckets/[key].vue
@@ -1,16 +1,14 @@
1
<template>
2
<div>
3
- <page-content>
4
- <page-header>
5
- <template #title>
6
- <div class="flex items-center gap-4">
7
- <h1 class="cursor-pointer">{{ bucketName }}</h1>
8
- </div>
9
- </template>
10
- </page-header>
11
- <page-content class="flex flex-col gap-4">
12
- <buckets-info :bucket="bucketName" />
13
- </page-content>
+ <page-header>
+ <template #title>
+ <div class="flex items-center gap-4">
+ <h1 class="cursor-pointer">{{ bucketName }}</h1>
+ </div>
+ </template>
+ </page-header>
+ <page-content class="flex flex-col gap-4">
+ <buckets-info :bucket="bucketName" />
14
</page-content>
15
<footer />
16
</div>
0 commit comments