Skip to content
Snippets Groups Projects
Verified Commit ff2206ee authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Add missing Component

#5
parent f2ad2e43
No related branches found
No related tags found
1 merge request!4Display buckets and their objects
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
<script setup lang="ts">
import { useRoute } from "vue-router";
const route = useRoute();
</script>
<template>
<p>Hello {{ route.params.bucket_name }}</p>
</template>
<style scoped></style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment