mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
21 lines
321 B
Vue
21 lines
321 B
Vue
<template>
|
|
<div class="pfzekjfwkwvadvlujpdnnxfggqgqjoze">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import Vue from 'vue';
|
|
export default Vue.extend({});
|
|
</script>
|
|
|
|
<style lang="stylus" scoped>
|
|
.pfzekjfwkwvadvlujpdnnxfggqgqjoze
|
|
display flex
|
|
|
|
> *
|
|
flex 1
|
|
|
|
&:not(:last-child)
|
|
margin-right 16px
|
|
</style>
|