mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
16 lines
159 B
Vue
16 lines
159 B
Vue
<template>
|
|
<div class="flex-auto">
|
|
<slot/>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "BitinflowFlex"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|