funkwhale/front/src/components/library/Library.vue

13 wiersze
149 B
Vue

<template>
<div class="main page-library">
<RouterView />
</div>
</template>
<style scoped lang="scss">
main {
padding: 32px;
}
</style>