summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui/margin.vue
blob: 508116f07005125c692e29a3786cb1a25c449716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<div class="zdcrxcne">
	<slot></slot>
</div>
</template>

<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>

<style lang="stylus" scoped>
.zdcrxcne
	margin 16px

</style>