soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
149 Bytes
<script>
export default {
}
</script>
<template>
<div class="parent">
<h2>Parent</h2>
<router-view class="child" />
</div>
</template>