soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
188 Bytes
<script>
export default {
}
</script>
<template>
<div>
<p>Hello from route with params: Username: {{ $route.params.username }}, Id: {{ $route.params.id }}</p>
</div>
</template>