1
0
Fork 0
dri/src/components/Toolbar.vue

14 lines
146 B
Vue

<template>
<div>
<slot />
</div>
</template>
<style scoped>
div {
display: flex;
flex-direction: row;
justify-content: center;
}
</style>