FreeTube/src/renderer/components/ft-grid/ft-grid.vue

9 lines
137 B
Vue

<template>
<div class="ft-grid">
<slot />
</div>
</template>
<script src="./ft-grid.js" />
<style scoped src="./ft-grid.css" />