mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-30 04:46:43 -06:00
17 lines
215 B
Vue
17 lines
215 B
Vue
|
<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>
|